Skip to main contentSkip to footer

Both Relevanssi Premium and the free version have been updated. Both version include a update to the taxonomy query handling. Previous versions couldn’t handle nested tax_queries properly. That works now. There were also some issues with the post type exclusion: it didn’t work quite as expected.

Premium version also includes a significant performance improvement on multisite searches and removes a bug where using Quick Edit would wipe out the pinning keywords.

Here’s the full changelog for Premium:

  • Improved performance of multisite queries.
  • Copying settings between multisite sites didn’t work in networks of over 100 sites. Now the limit is 2000.
  • Post type exclusion didn’t work as expected.
  • Relevanssi couldn’t handle nested tax queries (such as those generated by WooCommerce product visibility filtering) properly.
  • Fake posts created for taxonomy terms now include the parent in $post->post_parent.
  • Doing a quick edit cleaned out the Relevanssi post controls settings.

The free version can be downloaded from the plugin repository. The Premium version can be downloaded from the downloads page and with the WordPress plugin auto-update feature.

Your account

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

Search

Popular Resources

Simple French plurals
If you have Relevanssi Premium and want to make Relevanssi understand French plurals, you can add this code to your…
Co-authors Plus

…thanks to good design choices made by the Co-authors Plus developers. The plugin stores the extra authors in a custom taxonomy. Indexing custom taxonomies is elementary for Relevanssi. In order to make Relevanssi index all authors for posts, simply add “author” to the “Choose taxonomies to index” option and re-index….

Wildcard matching

…the “Keyword matching” setting is not set to “Whole words” because wildcard matches are not whole-word matches. Enabling wildcard matching In order to enable the wildcard matching, add a filter function that returns true to the relevanssi_wildcard_search filter hook, like this: add_filter( ‘relevanssi_wildcard_search’, ‘__return_true’ ); Add this one-liner to your…Relevanssi Premium 2.10.2 introduces a new way to search: wildcard matching. Once the wildcard matching is enabled (it is disabled by default), it introduces two new operators: * and ?. Using the wildcard operators The * operator replaces zero or more characters, so searching for w*ess would match “wilderness”, “witness”,…“WordPress” and also “wess”. The ? operator matches exactly one character, so searching for gr?y would match “grey” or “gray”, but not “gravy” or “groovy”. These operators only work within words. Searching for *ess or gra? will not have the expected results. The wildcard operators can only be used when…

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