Skip to main contentSkip to footer
I released a new version of the free plugin yesterday. It has following features:
  • There’s now a way to truncate the cache (sorry it took so long). Expired cache data is now automatically removed from the database every day. There’s also an option to clear the caches.
  • Highlights didn’t work properly with non-ASCII alphabets. Now there’s an option to make them work.
  • Title highlight option now affects external search term highlights as well.
  • There were some bugs on the options page.

Nothing major, except the cache feature is pretty useful, if the cache has been in heavy use. The highlight fixes will appear in Relevanssi Premium 1.4, which is coming out fairly soon (it’s mostly done, I’m just considering if I should add a couple of features to it or not).

Get the version 2.8 from plugin repository.

Your account

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

Search

Popular Resources

Sorting search results

If you want something else than the default relevancy ranking, you can use orderby and order parameters for the search query. Orderby accepts $post variable attributes and order can be asc (ascending) or desc (descending). The most relevant attributes here are most likely post_date and comment_count. If you want to…

Gmedia photo gallery tags
Gmedia photo gallery gives a false impression of working with Relevanssi, as you can see the gmedia_tag taxonomy appear in…
Search is ignoring accents

In general, searches ignore accents, which is generally a good idea: for example in French, the difference between e and é isn’t huge, and it’s fine if the search engine isn’t too picky about which is which. However, there are cases where there is a big difference: for example in……specific collations for individual columns, and we’re mostly interested in the specific collations for the term and term_reverse columns. If you change the collation to something that does not ignore accents, you also need to make Relevanssi keep the accents. Add this to your site: remove_filter( ‘relevanssi_remove_punctuation’, ‘remove_accents’, 9 );……these mixups (and also for the useful behaviour of ignoring accents). The reason is the MySQL database collation, which controls how the data is sorted and compared. The default collation for Relevanssi tables is utf8mb4_unicode_ci, which is a good, general-purpose collation. However, in some specific cases, it may be too…

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