Skip to main contentSkip to footer

Versions 1.16.0 and 3.6.0 have a new major version number, because these versions change how Relevanssi attaches itself to queries. In my tests, this hasn’t affected how Relevanssi works, but it is possible that especially in unusual use cases this may cause problems.

On the upside, this change should reduce the number of compatibility issues between Relevanssi and other plugins. Please let me know if you bump into unexpected behaviour or broken searches. If you have a staging environment, it may be best to try this update there before deploying it to production.

In other changes, some meta queries made Relevanssi results wonky and inflated the relevancy values. This is now fixed, along with few other minor bugs and issues.

Changelog

  • Changed a bit how Relevanssi attaches itself to queries. Instead of the global $wp_query, Relevanssi now uses the query passed as the parameter to the_posts filter hook. This should improve compatibility in some cases, but may cause problems in some fringe cases. If you’re doing something unusual with Relevanssi, try this out before deploying to public use.
  • Some meta queries caused major problems with the Relevanssi weighting algorithm. This has now been fixed.
  • Error notices caused by trying to use a non-existing taxonomy term have been removed.
  • Premium only: Internal link processing had some minor issues, which are now straightened out.

You can get Relevanssi Premium from the Download page. The free version is available from the plugin repository.

Your account

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

Search

Popular Resources

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

excerpts Divi doesn’t use the default excerpts but instead truncates the beginning of the post and shows the first 270 characters. That means Relevanssi-generated excerpts don’t show up at all. However, you can configure Divi to show Relevanssi excerpts. Just enable the “Use excerpts when defined” setting in Divi settings,……and you should see Relevanssi-generated excerpts in the search results pages. Enable the “Use excerpts when defined” setting to see Relevanssi-generated excerpts. Avoiding indexing menus If you have menu blocks inside your posts, Relevanssi will index those menu contents as part of every post with the menu. That’s not very……); add_filter( ‘relevanssi_post_content’, ‘rlv_shortcode_attribute’, 8 ); function rlv_shortcode_attribute( $content ) { return preg_replace( ‘/\ /im’, ‘\1 ‘, $content ); } Dynamic CSS problems If you have problems with broken search results pages when Dynamic CSS and Relevanssi custom excerpts are enabled, one fix is to disable Dynamic CSS for search…

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