Skip to main contentSkip to footer

Relevanssi Premium 1.14.2 contains lots of small bug fixes, especially with multisite searches and excerpt-building. There are also some plugin compatibility fixes and new filters you can use to customize your Relevanssi Premium experience.

Version 1.14.1 had a bug that caused a fatal error when private posts were included in the search. Fix to that is also included in 1.14.2.

The update is highly recommended, so make sure you upgrade. You can get the upgrade through the automatic plugin update if your API key is set and valid, or you can download from the Download page.

  • Fixed a fatal error when searching includes private posts.
  • Multisite searches had some compatibility issues with other plugins and navigation menus; those have now been fixed.
  • Multisite search (which has limitations) doesn’t trigger if the search only targets the current site.
  • Multisite search can now return taxonomy terms.
  • “Did you mean” corrections in search queries with many words work better now.
  • Fixed an error if the search term was not found in content.
  • Fixed an error when building excerpts from posts shorter than the excerpt length.
  • Blocked the [starpro], CFDB and WooCommerce shortcodes that are causing problems with Relevanssi.
  • Added support for term_tax_id in the fields parameter in tax_queries.
  • Excerpt-building failed if multibyte string operations were missing. It should work now.
  • New filter: relevanssi_remove_stopwords_in_titles allows you to include stopwords in titles.
  • New filter: relevanssi_remote_addr can be used to modify the IP address logged to Relevanssi logs.
  • New filter: relevanssi_user_searches_limit to adjust the number of user searches shown in the logs.
  • Old data check is only done on Relevanssi settings page, not on all admin pages. That should improve admin performance.

Your account

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

Search

Popular Resources

Relevanssi and languages
Relevanssi is language-agnostic in itself. It does not know any language and doesn’t care about which language the site uses.…
Related Posts

…pre_option to change the value on the fly. add_filter( ‘pre_option_relevanssi_throttle_limit’, function() { return 50; } ); // Adjust the weight for tags to 20 to make tag matches more important. global $relevanssi_post_type_weights; $relevanssi_post_type_weights = get_option( ‘relevanssi_post_type_weights’ ); $new_weights = $relevanssi_post_type_weights; $new_weights[‘post_tagged_with_post_tag’] = 20; update_option( ‘relevanssi_post_type_weights’, $new_weights ); } add_action( ‘post_relevanssi_related’,……you // have the throttle enabled otherwise, this part is not necessary. global $relevanssi_throttle_enabled; $relevanssi_throttle_enabled = get_option( ‘relevanssi_throttle’ ); if ( empty( $relevanssi_throttle_enabled ) || ‘off’ === $relevanssi_throttle_enabled ) { update_option( ‘relevanssi_throttle’, ‘on’ ); } // This doesn’t need undoing, because we don’t change the option, just use // the……option. You can also add taxonomies, like posts and categories. Using taxonomies requires that Relevanssi indexes the taxonomy; you can adjust that on the Relevanssi indexing settings page. You can choose which post types Relevanssi uses for the related posts. “Matching post type” means that for posts, Relevanssi uses posts…

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