Skip to main contentSkip to footer

Relevanssi Premium 1.2 adds a feature that’s been requested a lot! Relevanssi can now highlight search terms from incoming searches from external search engines. If you get visitors from Google, Bing, Yahoo, AOL Search or Ask, the search terms are now highlighted if you want to.

Those are all search engines Relevanssi recognizes for now, but adding more is certainly possible. Search tends to cluster to very few search engines, so I don’t want to add a huge list, but I take requests for new additions.

The highlighting uses the same highlights that internal searches use. If somebody thinks external search needs different highlights, that’s something I’d like to hear as well. Google-style different colours for different terms is not possible with the way Relevanssi handles the highlights for now, but I guess that’s something that can be changed.

There’s also a correction to the Did you mean? suggestions, there was a programming error. I also added a filter hook here to help fixing possible problems, see Did you mean? suggestions knowledge base entry. I also fixed the way shortcodes are handled when indexing documents, that was causing trouble with some plugins.

Download version 1.2 here.

Your account

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

Search

Popular Resources

Forced phrase search with fallback

Relevanssi by default does not consider the search query a phrase, or value posts where the words in the search query appear together. Sometimes people do expect that, especially in AND searches. Relevanssi however does not have the information about the nearby words, so it’s not possible for Relevanssi to……factor that in. Relevanssi does support the sentence parameter in WordPress, which makes all searches phrase searches. It’s easy to enable: add_filter( ‘relevanssi_modify_wp_query’, ‘rlv_force_sentence’ ); /** * Enables the `sentence` parameter in Releavnssi queries. * * @param WP_Query $query The query object. * * @return WP_Query The modified query object….

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