Skip to main contentSkip to footer

Quick bugfix upgrade:

  • Multisite search had bugs. It’s working now.
  • Stopwords are not highlighted anymore. Now this feature actually works.

Nothing earth-shaking, but if you’re a multisite user, this upgrade is mandatory. Go download.

Your account

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

Search

Popular Resources

Showing the number of search results

If you want to show the number of search results found on the search results template, you can find the value in the variable $wp_query->found_posts. Just add <?php echo ‘<p>Found ‘ . $wp_query->found_posts . ‘ hits.</p>’; ?> in your search results template. In case that produces no results, try introducing…

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