Skip to main contentSkip to footer

Version 1.16.0.1 is a small fix that tackles couple of issues 1.16.0 had in multisite environment. This is a recommended upgrade if you’re running a multisite, but if you’re on a single site system, it’s not necessary to update.

  • Fixes “unknown column” issues in multisite searches.
  • Removes errors when trying to search a multisite subsite that doesn’t have Relevanssi.
  • Small fix to make automatic updates work better in a multisite environment.

Get the update from auto update (if it works; it should work better after this update) or download from the Download page.

Your account

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

Search

Popular Resources

Relevanssi breaks autoembeds on result pages

…use autoembed directly. In general I recommend the option 3. Disable Relevanssi custom excerpts This one’s straightforward. Just disable Relevanssi custom excerpts, and this will no longer be a problem. Of course, you won’t get Relevanssi custom excerpts, either. Remove the Relevanssi autoembed disabler From the versions 2.14.4 (Premium) and……off, considering it’s not commonly used on search results pages anyway. But what if you do need it? There are three solutions for this, and choosing the right one depends on the circumstances: Disable Relevanssi custom excerpts. Remove the Relevanssi autoembed disabler. Don’t rely on the_content filter hook and instead……4.12.4 (free) onwards you can allow autoembed discovery with this line of code: add_action( ‘init’, function() { remove_action( ‘relevanssi_pre_the_content’, ‘relevanssi_kill_autoembed’ ); }, 99 ); This will allow the autoembeds to work on the_content filter hook again. However, this may lead to performance problems. Try it out and see what happens….

Indexing and searching PDFs in WordPress

Relevanssi Premium users have asked for PDF indexing since day one, and version 2.0 finally introduced this feature. Coming up with a fast and reliable method hasn’t been easy, but we’re pretty proud of what we have now. Our PDF indexer doesn’t tax your server as it runs as a……attachments? Yes! Relevanssi can handle lots of different formats. Our server uses Apache Tika to process the files, giving us a wide variety of supported formats. The essential document formats are covered: Word documents (DOC and DOCX), Open Office documents (ODT), RTFs, etc. How does the attachment indexing work? Relevanssi……attachment indexing is a two-step process. First, the attachment content is read and stored in a custom field (_relevanssi_pdf_content). This step alone does not index the attachment content – it just makes it available for future indexing and ensures you don’t have to read the attachment contents many times. The second…

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