Skip to main contentSkip to footer

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

Indexing the post ID

Are post ID’s searchable in Relevanssi? No. Relevanssi does understand the WP_Query p parameter to restrict the search by post ID. However, if you want to search by post ID, it’s very simple to make that happen using the relevanssi_content_to_index filter hook: add_filter( ‘relevanssi_content_to_index’, ‘rlv_index_post_id’, 10, 2 ); function rlv_index_post_id(…

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