Skip to main contentSkip to footer

Version 1.6.2 had a critical bug that prevents indexing the database. 1.6.2.1 fixes the bug.

Your account

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

Search

Popular Resources

Utf8mb4 charset and index problems

If you use utf8mb4 charset, Relevanssi database table may be missing an index. That’s because part of the index includes a column type that is of varchar(210) type. This is fine with utf8, but fails for utf8mb4, which only allows columns 191 characters long (because maximum column size is 767…

Integrating Koko Analytics stats
It’s possible to integrate all kinds of external data to Relevanssi weights. Koko Analytics is a great analytics plugin. It…
How to display relevancy score

Relevanssi stores the relevance score it uses to sort results in the $post variable. Just add something like <?php echo “Score: $post->relevance_score”; ?> to your search results template to display the relevance score….

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