Skip to main contentSkip to footer

These versions collect all the bug fixes and small improvements that I ran into during the summer. Next up is Premium 2.16, which will add bigger new features: at the moment I’m looking at developing proximity sorting (ie. show results that are nearest based on coordinates) and better search tracking. These will take some time to develop, though, so I wanted these smaller improvements out first.

New features

Changed behaviour

  • Premium. The spam block now returns a 410 Gone status code for blocked pages.
  • Premium. The minimum capability for seeing the Gutenberg sidebar or the Relevanssi meta box is changed from manage_options to edit_others_posts in order to allow editors see the sidebar and the meta box. If you prefer the original way, use the relevanssi_sidebar_capability filter hook to adjust.

Minor fixes

  • Relevanssi removes HTML comments better from the post content.
  • Sometimes the Did you mean would return really weird long suggestions from the search logs. That won’t happen anymore.
  • Oxygen compatibility has been improved. Rich text fields and updating posts when they are saved in Oxygen now work better, and revisions are no longer indexed.
  • Improved tax_query handling in fringe cases with multiple AND clauses joined together with OR.
  • Premium. It’s now possible to override global multisite search settings from the searchblogs query variable.
  • Searching without a search term works much better now, you get more posts in the results (default value is up to 500).

Your account

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

Search

Popular Resources

bbPress: Private Groups support

Private Groups is a plugin that makes bbPress forum groups private. Relevanssi, however, doesn’t understand that privacy and will show those groups in the search results. Relevanssi has means to support this, however, with the help of the relevanssi_post_ok filter. Here’s some code from Mark Wass that makes the private…

SearchWP Live Ajax Search

…One example is searching for attachments. By default, SearchWP Live Ajax Search doesn’t include any attachments in the search results. The post type is not a problem, but the post status is: SearchWP Live Ajax Search includes only posts with the post status publish, while attachments have a status of…Relevanssi doesn’t ship with a live search or autocomplete feature that would display results as the user types the search terms. There are many other plugins that provide this functionality, but few of these plugins work with Relevanssi. SearchWP Live Ajax Search is the best one that does. It’s very……to include private posts for the users who are allowed to see them. Just removing the post_status parameter will include drafts in the results. Normally drafts shouldn’t appear in searches, but since the SearchWP Live Ajax Search is an AJAX search, it is done in admin context, where drafts are…

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