Skip to main contentSkip to footer

Premium 1.9.2

Turns out 1.9 had a small, but an annoying bug: the auto-update was broken. Unfortunately that’s very hard to notice unless you see it in action, so the problem wasn’t revealed until 1.9.1 was released.

Since I had two other fixes in store, I added those as well:

  • Added functions relevanssi_the_tags() and relevanssi_get_the_tags() which can be used to print out a highlighted tag list in search results pages.
  • Fixed a bug that caused Relevanssi not to index posts in some cases.

Since the auto-update is broken, this version needs to be updated manually.

Your account

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

Search

Popular Resources

Martfury
Martfury is a WooCommerce theme that comes with a built-in dropdown search. That’s great, except that as usual the dropdown…
Envira Gallery
Envira Gallery is a gallery plugin for WordPress. Since it uses a custom post type for the galleries, it works…
Flatsome

…post objects. */ function rlv_flatsome_search_function( $query, $args, $defaults ) { $args[‘relevanssi’] = true; return get_posts( $args ); } add_filter( ‘flatsome_ajax_search_function’, function() { return ‘rlv_flatsome_search_function’; } ); Improving live search with product variations If you want the live search to take the searcher directly to the right variation, here’s what you……can do. First, make sure the “Search Product SKU” setting in Flatsome is disabled. Then set Relevanssi to only index the products, not product variations, but make Relevanssi index variation SKUs for the main product. Then we need to modify the Flatsome Ajax Search function above like this: function rlv_flatsome_search_function(Posts and pages on the product search results The Flatsome theme, when combined with WooCommerce, has a product search results page that can also show posts and pages. That doesn’t work with Relevanssi out of the box, but fortunately can be made to work. The function that adds the functionality…

Related Posts:

Currently there are no related posts available.

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