Skip to main contentSkip to footer

Version 4.0.9 fixes bugs and adds some new functionality for indexing. This is especially useful with WooCommerce.

There have been some problems in tag and category indexing, so if you are indexing tags and categories, please rebuild the index after updating.

These features will come to Premium in 2.1.5, which will be released soon.

  • Fixes broken tag and category indexing and searching. If you use tags and categories, rebuild the index after updating.
  • Phrases were not highlighted correctly on documents. This is now fixed.
  • Shortcode fix: wp_show_posts shouldn’t cause problems anymore.
  • New filter: relevanssi_indexing_restriction allows filtering posts before indexing.
  • New WooCommerce product visibility filtering tool makes WooCommerce product indexing faster. This is described in this KB entry.
  • MemberPress post controls were loose and showed drafts to searchers. That is now fixed.
  • Highlighting was too loose, even if matching was set to whole words.
  • Highlighting now works better in cases where there’s a hyphen or an apostrophe inside a word.

The update is available in the plugin repository now.

Your account

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

Search

Popular Resources

Flatsome

Posts and pages on the product search results The Flatsome theme, when combined with WooCommerce, has a product search results page that can also show posts and pages. That doesn’t work with Relevanssi out of the box, but fortunately can be made to work. The function that adds the functionality…

WPML: Category exclusions

Relevanssi category exclusion setting doesn’t work properly with WPML. Here’s a bit of code from Srdjan Jocić from OnTheGoSystems that fixes it. Just add this to your theme functions.php. add_filter( ‘relevanssi_search_filters’, ‘wpml_relevanssi_include_exclude_cats_fix’ ); function wpml_relevanssi_include_exclude_cats_fix( $args ) { if ( array_key_exists( ‘tax_query’, $args ) && did_action( ‘wpml_loaded’ ) ) {…

Polylang: Bilingual search
By default, Relevanssi indexes the different language versions of the posts separately. If your site is in French and English,…

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