Skip to main contentSkip to footer

The version 1.10.13 of Relevanssi Premium fixes bugs, improves compatibility with other plugins and makes numerical search terms work better. It’s a recommended upgrade. These fixes have been part of the free version of Relevanssi for a while now, so they’re well-tested.

  • New filter: relevanssi_comment_content_to_index lets you modify comment content before it’s indexed by Relevanssi (to index comment meta, for example).
  • Facetious support: if post_type is set to -1, Relevanssi will not hang up on it.
  • Numerical search terms work better now.
  • Relevanssi now handles WordPress-created tax_queries better.
  • Support for Polylang broke the support for WPML. That is now fixed.
  • Two deprecated $wpdb->escape() were still left; they’re gone now.
  • Shortcode layerslider was causing problems with Relevanssi; Relevanssi now disables it before building excerpts.
  • Relevanssi won’t break BBPress search anymore.
  • Multisite searches had some issues.

Your account

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

Search

Popular Resources

OceanWP
OceanWP is a popular WordPress theme. It works fine with Relevanssi, but how it handles excerpts on the search results…
Restricting Did you mean suggestions to one post type

Sometimes it may be necessary to restrict the Did you mean suggestions Relevanssi serves to just one post type. There’s no option for that, as by default the Relevanssi database the Did you mean suggestions use as a source (this only applies to Premium, that is) doesn’t have any information……extra MySQL code to restrict the words fetched to a particular post type. Add this code to your theme functions.php to restrict the Did you mean searches (in Premium only) to the current post type restriction: add_filter(‘relevanssi_get_words_query’, ‘rlv_dym_post_type’); function rlv_dym_post_type($q) { global $wpdb, $wp_query; if (isset($wp_query->query_vars[‘post_type’])) $post_type = $wp_query->query_vars[‘post_type’]; if…

Yoast Local SEO
Yoast Local SEO plugin breaks Relevanssi search. It enhances the search by adding meta queries. Unfortunately they don’t work with…

Related Posts:

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