Skip to main contentSkip to footer

WordCamp Nordic 2019

Relevanssi Premium is a proud sponsor of the inaugural WordCamp Nordic. There have been several WordCamps in Nordic countries, but this is the first one that gathers WordPress enthusiasts from all Nordic countries under one roof.

The event is in Helsinki on March 8th, with a Contributor day on March 7th. There are two tracks and lots of very interesting speakers lined up already. There are several talks I’m already looking forward to. Tickets are still available.

If you are coming to WordCamp Nordic, come say hi! You can find Relevanssi Premium in the Bronze sponsor lobby downstairs, and I’m also easy to recognise when I’m not at the Relevanssi desk, thanks to a bright blue Relevanssi hoodie.

Your account

Not logged in. Log in to see your license details.

Search

Popular Resources

Why we don’t offer free trials

Often users would like to get a free trial of Relevanssi Premium, but we always say no. Why is that? The answer is simple. We offer our customers lots of liberties. Providing a temporary trial use is difficult. Relevanssi customers have liberties We don’t believe in spying on our customers…

Support for ^ and $ anchoring operators

…to your site: add_filter( ‘relevanssi_fuzzy_query’, ‘rlv_edge_operators’ ); function rlv_edge_operators( $query ) { if ( isset( $_REQUEST[‘s’] ) && ‘^’ === substr( $_REQUEST[‘s’], 0, 1 ) ) { return “(relevanssi.term LIKE ‘#term#%’)”; } if ( isset( $_REQUEST[‘s’] ) && ‘$’ === substr( $_REQUEST[‘s’], -1 ) ) { return “(relevanssi.term_reverse LIKE CONCAT(REVERSE(‘#term#’),……’%’))”; } return $query; } This is a very simple version that works best with single-word searches: it always looks at the first and last character of the whole search query. So, if you search for ^ban foo, it’s the same as searching for ^ban ^foo and searching for ban……the same as searching for ^ban ^foo and searching for ban ^foo is the same as searching for ban foo. Creating a smarter version that analyzes the search query and offers support for using different operators for individual words in the query is left as an exercise for the reader….

Italian plurals
A Relevanssi user asked about Italian plurals on the Relevanssi support forums. The best answer is to use the Relevanssi…

Related Posts:

Currently there are no related posts available.

Comment Section:

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed