Skip to main contentSkip to footer

2.30.2

Version 2.30.1 could cause fatal errors in rare circumstances.

  • Minor fix: Fix errors from pinning queries.

2.30.1 / 4.27.1

The meta query security fix failed to acknowledge the wide variety of meta queries possible, causing occasional warnings and possibly even fatal errors.

  • Minor fix: Remove complaints from meta_queries.
  • Premium. Minor fix: Improvements in handling synonyms for multisite missing terms lists.

2.30 / 4.27

Versions 2.30 (Premium) and 4.27 (free) include a bunch of new features and bug fixes. The biggest bug fix is related to multisite searching, where the post weights weren’t calculated correctly before.

There’s also a small security fix related to meta queries using regular expressions, which matters when Relevanssi is used with Relevanssi Live Ajax Search.

  • Premium. New feature: Relevanssi now has a speech-to-text support using the Web Speech API.
  • Premium. New feature: Spam blocking now has a search query length filter that can block too long queries as spam.
  • Premium. New feature: You can now enable automatic search term spelling correction from the settings.
  • New feature: Setting to disable all post_type parameters to let Relevanssi control the post types in the search.
  • New feature: New filter hook relevanssi_truncate_search_queries can be used to truncate search queries to a certain length to eliminate too long queries.
  • New feature: New shortcode  makes it easier to add a “Did you mean” suggestion on a search results page without modifying the template code.
  • New feature: New filter hook relevanssi_allow_meta_query_regexp allows REGEXP or NOT REGEXP meta queries. They are blocked by default for security reasons.
  • Premium. Changed behaviour: Multisite searching is now more in line with the single site search and supports the ‘missing terms’ feature and the + and – operators.
  • Premium. Major fix: The post weights weren’t calculated correctly in multisite searches.
  • Premium. Minor fix: Empty post part targets caused PHP errors. Now they are ignored.
  • Premium. Minor fix: Uninstalling Relevanssi Premium when the free version is active now only uninstalls Premium features.
  • Premium. Minor fix: Spelling corrections work more reliably when the search query involves accents.
  • Minor fix: Relevanssi now clears the scheduled actions on deactivation, not on uninstall.
  • Minor fix: Much faster response for the indexed custom field list.
  • Minor fix: You can now assign anonymous functions to the relevanssi_indexing_restriction filter hook.

Your account

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

Search

Popular Resources

WP Download Manager

…these issues. When you upload the files to the Relevanssi attachment reading server, Relevanssi uses the get_attached_file() function to get the file name, but that does not work with WP Download Manager. Thus we need to use the relevanssi_get_attached_file filter hook to provide the file name and path for Relevanssi….…add-on adds an advanced search with the [wpdb_archive_filter] shortcode. That search does not use Relevanssi by default, but it can be modified to make use of Relevanssi with this little function you can add to your site: add_filter( ‘wpdm_packages_query_params’, ‘rlv_use_relevanssi’ ); function rlv_use_relevanssi( $params ) { if ( isset( $params[‘s’]…

Category title in the search results page

If you’re using category restriction dropdown on your search form, here’s a bit of code that you can add to your search results template to show how many hits were found and what the category is. If no category was selected, this’ll just show how many hits were found. <?php…

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