Skip to main contentSkip to footer

Time for the free version to catch up with Premium. This version is highly recommended to all users of Relevanssi.

  • Choosing which taxonomies to index is now done with an easy-to-use checkbox list.
  • Support for WP Table Reloaded and TablePress. Tables created with these plugins will now be expanded and the content indexed by Relevanssi.
  • New filter: relevanssi_index_comments_exclude can be used to exclude comments from indexing. The filter gets the post ID as a parameter, so you can prevent comments of particular posts being indexed, yet index those posts.
  • Relevanssi now adds spaces between tags when creating excerpts to make neater excerpts from tables and other similar situations.
  • Relevanssi now indexes unattached attachments, if you choose to index attachments.
  • Fixed the problems with Twenty Ten and Twenty Eleven themes better.
  • $match->tag now contains the number of tag hits.
  • Relevanssi now adds relevance score to posts before passing them to relevanssi_hits_filter. You can find it in $post->relevance_score.
  • Tags in breakdowns always showed 0, even though tags were indexed and searched correctly. That’s now fixed.

Your account

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

Search

Popular Resources

WooCommerce: Make Relevanssi notice stock changes

…these functions to your site: add_action( ‘woocommerce_product_set_stock_status’, function( $product_id ) { relevanssi_insert_edit( $product_id ); } ); add_action( ‘woocommerce_variation_set_stock_status’, function( $product_id ) { relevanssi_insert_edit( $product_id ); } ); Now whenever a product stock status changes, Relevanssi is notified and reindexes the post. This will remove the post from the index if…In some cases, WooCommerce product stock level changes don’t affect the search immediately. If the search is set up to exclude out-of-stock items, a product that sells out may still be included in the search until the next reindexing. This happens because changes in the stock status don’t trigger a…

10Web Photo Gallery
The Photo Gallery plugin from 10Web uses a shortcode to add photo galleries to posts and pages. By default, Relevanssi…
Gmedia photo gallery tags
Gmedia photo gallery gives a false impression of working with Relevanssi, as you can see the gmedia_tag taxonomy appear in…

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