Skip to main contentSkip to footer

Relevanssi Premium 1.14.5 is a recommended release, as it fixes significant bugs that caused failures when custom fields contained arrays and when front-end plugins created posts.

Multisite users are happy to find out meta_query support has been added to multisite searches and the post type filters work better.

  • Relevanssi had problems with plus signs in search queries.
  • 500 errors caused by arrays in custom fields should be gone now.
  • Post type filters in multisite searching work better now, and meta_query support is now added. (Thanks to Maxime Culea.)
  • Improvements to the ACF select field support.
  • Relevanssi will not break when frontend plugins insert posts.
  • Polylang support has been improved.
  • WPML and Polylang filters work when fields is set to ids.
  • relevanssi_match filter has a new parameter, which contains the search term.
  • relevanssi_post_ok filter was missing from the multisite search.

If your API key is set and your license is valid, the new version will be available from the WordPress plugin management, but you can also download it from the Download page.

Your account

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

Search

Popular Resources

Pin a post for all searches
Relevanssi Premium has tools for pinning posts for specific queries and all searches where the post appears, but what if…
Search shortcode

Relevanssi adds a shortcode to help making links to search results. That way users can easily find more information about a given subject from your blog. The syntax is simple: John Doe This will make the text John Doe a link to search results for John Doe. In case you…

Simple French plurals

…3 ) { $term = substr( $term, 0, -1 ); } elseif ( ‘x’ === $end1 && $len > 3 ) { $term = substr( $term, 0, -1 ); } return $term; } Then just rebuild the index, and now searching for plurals will also find the singular form. This……return $term; } Then just rebuild the index, and now searching for plurals will also find the singular form. This is a very simple way to handle the plurals: it will simply strip the final “s” or “x” from a word. It’s much better to use a proper stemmer, though….

Related Posts:

Comment Section:

1 Comment. Leave new

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