Skip to main contentSkip to footer

Relevanssi Premium 1.15.1 adds new features and contains bug fixes.

The biggest new feature is WP CLI support. Relevanssi Premium now includes WP CLI commands that can be used to access Relevanssi features from the command line. The most important one is wp relevanssi index, which can be used to rebuild even large indexes without timeouts and other problems.

  • Enabling “Index synonyms” setting with an empty synonym list caused post content and title indexing to fail.
  • Wrong pages creeping into navigation menus from multisite searches should be history now.
  • Relevanssi Premium now offers WP CLI support. See wp help relevanssi or the user manual for instructions.
  • Relevanssi didn’t support tax_queries with field set to name. That works now.
  • Much faster way of showing the 25 most common words in the index. If you’ve disabled this feature because it was so slow, try enabling it – you might be surprised!

The new version can be downloaded from the downloads page or via automatic updates.

Your account

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

Search

Popular Resources

WooCommerce: Aelia Prices by Country product visibility

Aelia has a Prices by Country for WooCommerce plugin, which can adjust prices based on customer country and hide products unavailable in a specific country. Jason James shared a function that makes Relevanssi hide unavailable products in search: add_filter( ‘relevanssi_post_ok’, ‘relevanssi_aelia_compatibility’, 10, 2 ); function relevanssi_aelia_compatibility( $post_ok, $post_id ) {…

Avada
Avada is one of the most popular WordPress themes on the market. All post types are not found Avada has…
Filter search results by date

You can specify date limits on searches with by_date search parameter. Here’s a link you can add to your search results page to offer your visitor the ability to restrict the search results to last day: <?php echo ‘<p><a href=”‘ . get_bloginfo(‘url’) . ‘?s=’ . get_search_query() . ‘&by_date=1d”>results from the…

Related Posts:

Currently there are no related posts available.

Comment Section:

2 Comments. Leave new

  • updating on WP 4.7.4 returns fatal error on ajax search : Call to undefined method stdClass::set() on plugins/relevanssi-premium/lib/search.php:1241

    the AJAX search returns 500.

    Reply
    • What are you feeding Relevanssi? There should not be a stdClass object, Relevanssi is expecting a WP_Query object. It is not expected to work without one. So make sure you’re passing an actual WP_Query object.

      Reply

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