Skip to main contentSkip to footer

Relevanssi 3.5.5 is out now and available from the plugin repository.

  • 500 errors caused by arrays in custom fields should be gone now.
  • Improvements to the ACF “select” field support.
  • Relevanssi will not break when frontend plugins insert posts.
  • relevanssi_match filter has a new parameter, which contains the search term.
  • Polylang support has been improved.
  • WPML and Polylang filters work when “fields” is set to “ids”.
  • New filter: relevanssi_log_get_user gets passed the user object before Relevanssi decides if the query should be logged or not.

Your account

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

Search

Popular Resources

Wildcard matching

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”,……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……“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…

Chamber Dashboard Business Directory
The Chamber Dashboard Business Directory plugin has a business directory search that’s not compatible with Relevanssi. To disable Relevanssi 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