Skip to main contentSkip to footer

2.28.0 / 4.25.0

  • Premium. New feature: The admin post list has a new column, ‘Relevanssi’, which has a cleaner, more compact view of the same features the previous columns used. The old columns are still available; this is just a new option.
  • New feature: New filter hook relevanssi_index_excerpt can be used to control which excerpts are indexed and which are not.
  • Premium. Minor fix: Enabling the ‘Hide Relevanssi on edit pages’ setting now disables Relevanssi from the quick edit as well.
  • Minor fix: The tribe_events shortcode is now blocked in indexing, as it caused problems.
  • Minor fix: Foolproofing the meta_query sorting to avoid errors from non-array values.

You can find the new versions from the automatic updates or the Downloads page.

Your account

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

Search

Popular Resources

PostX Pro
If you use PostX Pro to build a search results template using their Post Grid block, you’ll notice that the…
Debugging indexing problems
The easiest way to debug indexing problems is to use the WP CLI tools available in Relevanssi Premium. To see…
WooCommerce: Hidden products in search

…best way is to unindex the products so that they don’t appear in the index at all. How that is done, depends on the version of WooCommerce and Relevanssi you’re using. Relevanssi 4.0.9 / Premium 2.1.5 and WooCommerce 3 Versions 4.0.9 and 2.1.5 introduced a better way to block excluded……want to block from the search to true. Older Relevanssi versions and WooCommerce 3 WooCommerce 3 uses taxonomy terms to handle visibility. You can create a relevanssi_do_not_index filter function for these: add_filter( ‘relevanssi_do_not_index’, ‘rlv_wc3_hidden_filter’, 10, 2 ); function rlv_wc3_hidden_filter( $block, $post_id ) { if ( has_term( array( ‘exclude-from-catalog’, ‘exclude-from-search’, ‘outofstock’…Relevanssi by default shows out-of-stock and excluded from catalogue WooCommerce products in the search results, but hides those set to excluded from search (before 2.2.2 and 4.1.2 the default behaviour was to show all products). It is quite easy to make Relevanssi not display hidden products in the results. The…

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