Skip to main contentSkip to footer

Another quick bug fix.

  • Fixed the Did you mean -feature, which was broken by the database change.
  • WordPress doesn’t support searching for multiple categories with the cat query variable. There’s now new cats, which can take multiple categories as a comma-separated list.

For some reason, WordPress doesn’t take arguments like ?s=term&cat=1,2 but strips the ‘,2’. Now you can just say ?s=term&cats=1,2 and it’ll work like a charm.

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(…

PSA: New ransom scam in town
We were threatened with a new ransom extortion message. I haven’t seen this one before, looks like it’s new but…
Effect of Relevanssi on page speed

…So, if having a big Relevanssi table slows down the site, the effect should definitely be visible on this site. I ran three tests using a speed test tool provided by my hosting provider Seravo (one of the best WP hosting companies in the world, by the way). It’s basically……accessed at all except during searching, so it shouldn’t matter how big the table is. Fortunately site speed is something that can be measured, so we can make some actual experiments here. The experiment I used Kirjavinkit as the testing ground, because it’s one of the biggest sites I run….

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