Skip to main contentSkip to footer

Next beta in the series that leads to 1.6. This time with new features:

  • New filter relevanssi_do_not_index. Filter is passed a post id and if it returns true, the post will not be indexed.
  • New query variable: use tag or tags to filter results by tag. Both take comma-separated lists of tag ids (not tag slugs or names) and filter results by them (it’s an OR, not AND operation).
  • New filter relevanssi_ellipsis. Use this if you want to change the ‘…’ appended to excerpts.
  • Relevanssi-created excerpts are now passed through the_excerpt and get_the_excerpt filters.
  • Attachments (with post status inherit) couldn’t be found in search. Now they can.
  • Amount of SQL queries made in indexing has been reduced a lot. Less memory should be required. I’d appreciate any reports of changes in the database re-indexing performance.

If you’ve installed 1.5.10.beta, this upgrade should appear in the plugins list. Looks like it works, too. I already know that installing from the more information window doesn’t work.

For future updates you will need an API key. If you’ve logged in, your API key will appear in the sidebar.

Download here.

Your account

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

Search

Popular Resources

Search results in random order

Do you want to order your search results in random order? Here’s how: add_filter( ‘relevanssi_hits_filter’, ‘shuffle_search’ ); function shuffle_search( $hits ) { shuffle( $hits[0] ); return $hits; } Add this function to your site and the search results will appear in random order. You can also do this: add_filter( ‘relevanssi_modify_wp_query’,…

YITH Badge Management
The Premium version of YITH Badge Management has a search feature for badges. Using Relevanssi breaks that badge search. Fortunately,…

Related Posts:

Comment Section:

2 Comments. Leave new

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