Skip to main contentSkip to footer

Relevanssi Premium 1.11 fixes few bugs and adds lots of new filters.

  • Fixed a bug in the TablePress support.
  • Titles are put through the_title filter before indexing.
  • relevanssi_related() function had a bug.
  • New filter: relevanssi_join can be used to join tables in the Relevanssi search MySQL queries. Thanks to Ninos Ego.
  • New filter: relevanssi_tax_term_additional_content can be used to add any content to taxonomy terms before indexing.
  • New filter: relevanssi_post_content can be used to modify post content before any Relevanssi processing.
  • New filter: relevanssi_post_content_before_tokenize can be used to modify post content just before it’s tokenized.
  • New filter: relevanssi_indexing_values can be used to modify what Relevanssi stores in the index.
  • New filter: relevanssi_default_meta_query_relation can be used to change the default meta query relation (default value is “AND”).
  • When using a meta_query, relation can be set to OR now.
  • Phrases are now matched to excerpts.
  • Number of queries Relevanssi generates is much, much lower.
  • New filter: relevanssi_didyoumean_url lets you modify the URL generated by the did you mean feature.
  • Better set of Russian stopwords.
  • Relevanssi now highlights search query synonyms as well in documents.

Pretty much all of these new features and fixes come from user requests and bug reports, so if there’s something missing in Relevanssi, just let me know. Especially if it’s something that can be fixed with a filter hook added somewhere.

New WordPress version, 3.8, is coming soon. Relevanssi users can rest easy – this version has been developed on a 3.8-alpha site, and so far everything seems to work just fine.

Your account

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

Search

Popular Resources

WP Download Manager

…these issues. When you upload the files to the Relevanssi attachment reading server, Relevanssi uses the get_attached_file() function to get the file name, but that does not work with WP Download Manager. Thus we need to use the relevanssi_get_attached_file filter hook to provide the file name and path for Relevanssi….…add-on adds an advanced search with the [wpdb_archive_filter] shortcode. That search does not use Relevanssi by default, but it can be modified to make use of Relevanssi with this little function you can add to your site: add_filter( ‘wpdm_packages_query_params’, ‘rlv_use_relevanssi’ ); function rlv_use_relevanssi( $params ) { if ( isset( $params[‘s’]…

Filtering results by category
In order to filter search results by category, use the following code: $url = get_bloginfo('url'); $url = esc_attr(add_query_arg(array('cat' => '10',…

Related Posts:

Comment Section:

3 Comments. Leave new

  • Michael Eriksson
    January 9, 2014 10:54 am

    Hello!

    I’m having a problem with searching for words with hyphens in them. For example the word e-mail doesn’t return any search results. Is there anything in this new update that can be the cause of this or is there something else that can explain this?

    Michael

    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