Skip to main contentSkip to footer

Versions 2.1.6 and 4.0.10 are privacy updates, adding GDPR and privacy-related features to support the new privacy tools in WordPress 4.9.6.

The versions also include bug fixes around places and refactoring to make the code easier to understand if you ever need to look under the hood.

Here’s the complete list of changes:

  • Privacy: If you log search queries, Relevanssi will suggest some additional content to your privacy policy page.
  • Privacy: Relevanssi now supports the new Privacy Policy and Personal Data tools in WordPress 4.9.6.
  • Improved Polylang support. Now taxonomy terms can be language filtered as well.
  • Saving synonyms with quotes worked, but the synonyms showed up wrong.
  • Relevanssi could in some situations override navigation menu links with links to the user profiles or taxonomy terms found in the search. This update fixes that behaviour.
  • Random order works again; using orderby rand didn’t work properly. The rand(seed) format is also supported now.
  • Fixed quotes and apostrophes in Did you mean suggestions.
  • Premium: Taxonomy term indexing had a bug where the type column for taxonomy terms would be set to 0.
  • Premium: The relevanssi_user_index_ok filter is now applied when users are updated.

The free version will be available shortly from the plugin repository. The Premium is already available from the auto-updates if you have the API key in place, and you can also get it from the Download page.

Update 29.5.2018: A bug in 2.1.6 and 4.0.10 causes the admin pages to throw a notice with specific Relevanssi configurations. The plugin also causes a blank page in admin with WP versions older than 4.9.6. Versions 2.1.6.1 and 4.0.10.1 that fix the issue are already out.

Your account

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

Search

Popular Resources

Adjusting search throttle

If Relevanssi Premium causes out-of-memory problems, make sure you have the “Throttle searches” option checked. However, if that doesn’t work and you’re still getting out of memory issues, you can try making the throttle tighter. The limit can be adjusted by adding this line to your site: add_filter( ‘pre_option_relevanssi_throttle_limit’, function(…

Put sticky posts first in results

If you want to have sticky posts first in results when they match the search query, just add this code to your theme functions.php: add_filter( ‘relevanssi_hits_filter’, ‘rlv_sticky_first’ ); function rlv_sticky_first( $hits ) { $sticky = array(); $nonsticky = array(); $sticky_post_ids = get_option( ‘sticky_posts’ ); foreach( $hits[0] as $hit ) {…

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