Skip to main contentSkip to footer

Version 2.18 adds the first draft of Oxygen 4 support. As a major fix to indexing, Relevanssi now removes all accents from letters by default.

Version 2.18.0 / 4.16.0

  • New feature: Oxygen compatibility has been upgraded to support JSON data from Oxygen 4. This is still in the early stages, so feedback from Oxygen users is welcome.
  • New feature: New filter hook relevanssi_oxygen_element is used to filter Oxygen JSON elements. The earlier relevanssi_oxygen_section_filters and relevanssi_oxygen_section_content filters are no longer used with Oxygen 4; this hook is the only way to filter Oxygen elements.
  • Changed behaviour: Relevanssi now applies remove_accents() to all strings. This is because default database collations do not care for accents, and having accents may cause missing information in indexing. If you use a database collation that doesn’t ignore accents, make sure you disable this filter (see here).
  • Minor fix: Stops drafts and pending posts from showing up in Relevanssi Live Ajax searches.
  • Premium. Minor fix: Remove array_flip() warnings from related posts.
  • Minor fix: Relevanssi used the_category filter with too few parameters. The missing parameters have been added.
  • Premium. Minor fix: Language translations didn’t update.
  • Minor fix: Phrases weren’t used in some cases where a multiple-word phrase looked like a single-word phrase.
  • Premium. Minor fix: Prevents fatal errors from relevanssi_extract_rt().
  • Minor fix: Prevents fatal errors from relevanssi_strip_all_tags().

Your account

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

Search

Popular Resources

Sorting search results

If you want something else than the default relevancy ranking, you can use orderby and order parameters for the search query. Orderby accepts $post variable attributes and order can be asc (ascending) or desc (descending). The most relevant attributes here are most likely post_date and comment_count. If you want to…

WooCommerce: Indexing product variation SKUs for main product

Relevanssi can index product and product variation SKUs for WooCommerce products: just add _sku to list of custom fields to index. However, if you want to find the main product when searching for the product variation SKU, you need some extra code using the relevanssi_content_to_index filter hook. Add this function…

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