Skip to main contentSkip to footer

The first version of Relevanssi Premium is out now. For certain reasons it’s already version 1.1. Here’s what the changelog says about this version:

  • Multisite WordPress support. See Multisite searches in Knowledge Base for instructions on how to search multiple blogs.
  • Improved the fallback to fuzzy search if no hits are found with regular search.
  • AND searches sometimes failed to work properly, causing unnecessary fallback to OR search. Fixed.
  • When using WPML, it’s now possible to choose if the searches are limited to current language.
  • Adding stopwords from the list of 25 common words didn’t work. It works now.
  • The instructions to add a category dropdown to search form weren’t quite correct. They are now.
  • It’s now possible to assign weights for post types.
  • User profiles can be indexed and searched (see User profile search in Knowledge Base).

Some of these (fuzzy search fallback, AND search, the stopword fix, WPML fix) will make their way to free version, because they are essentially bugfixes, but the new features will be exclusive for Relevanssi Premium.

Your account

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

Search

Popular Resources

Indexing image captions for the posts

…can index it. The image captions for the images in the Media library is stored in the post excerpt, so what needs to be done is to fetch the post excerpts and include them. The actual filter is straightforward: add_filter( ‘relevanssi_content_to_index’, ‘rlv_add_attachment_excerpts’, 10, 2 ); /** * Indexes attachment excerpts…The use case is I run several newspapers, and the “caption” field when uploading media is where the journalists put the photographer credit. We need to be able to index the photographer bylines, but ideally would want to return the story/commentary where their image was used, not the image itself….…If you want to index the image captions for the posts where the images are used, that’s easy if the captions appear on the page: Relevanssi will index those captions as well as the other text from the post. However, if the captions don’t appear on the page, you need…

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