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

Total
Total is a popular theme from WPExplorer. It mostly works fine with Relevanssi, with just one little issue. Total sets…
ACF: Indexing relationship content

If your posts include content from related posts using the Advanced Custom Fields relationship functionality, Relevanssi doesn’t index that content by default. Even if you set Relevanssi up to index the ACF fields, the relationship fields do not include any content, just references to other posts. Those, even if indexed,……the field names to match the names of your fields. In this case, the relationship field is called relationship_field, the user connection field is called user_connection and the taxonomy connection field is called taxonomy_connection. Your fields name are likely different, so make sure the get_post_meta() calls reference the correct field……name. This function covers fetching post data, user data and taxonomy term data. For taxonomy terms, there’s the more complete solution that figures out the taxonomy from the field settings, but if the taxonomy is never going to change, you can skip all that and just set the taxonomy 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