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

Excluding protected posts
A site I’m working with has a handful of “protected” posts (password required to view). For various reasons, we don’t…
Pinning and exclusion doesn’t work for custom post types in Gutenberg

…property ‘_relevanssi_pin_keywords’ of undefined The error may be correlated with this previous error: TypeError: Cannot read property ‘_relevanssi_pin_keywords’ of undefined at http://testaamo.local/wp-content/plugins/relevanssi-premium/build/index.js?ver=1:1:5749 The error is caused because the custom post type does not support custom fields. The custom fields support needs to be added in the custom field definition. The…Sometimes when you try to access the pinning or the exclusion settings for a custom post type post in the Relevanssi Gutenberg sidebar, you come across this error message: If you copy the error, the relevant beginning will look like this: Error: An error occurred while running ‘mapSelect’: Cannot read……arguments for register_post_type() will have a supports field with something in it – since you’re using Gutenberg, you’ll at least have editor in there, and it’ll look something like this: ‘supports’ => array( ‘title’, ‘editor’, ‘author’, ‘thumbnail’, ‘excerpt’, ‘comments’ ), Just add custom-fields to the list: ‘supports’ => array( ‘title’,…

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