Free 2.9.3
I’m sorry to report 2.9.2 was a buggy update. It had a very small bug — just an add_action() call to a non-existing function — with very large consequences. Fortunately nothing permanent, so a quick upgrade to 2.9.3 will fix this.
I’m sorry to report 2.9.2 was a buggy update. It had a very small bug — just an add_action() call to a non-existing function — with very large consequences. Fortunately nothing permanent, so a quick upgrade to 2.9.3 will fix this.
Here’s the changelog for Relevanssi 2.9.2: It’s now possible to adjust the number of search results per page. See Changing posts_per_page for instructions. Somebody reported revisions appearing in the search results. Added an extra check to prevent that. Improved the indexing procedure to prevent MySQL errors from appearing and to streamline the process. Improved the…
Here’s a new version. I was alerted to some issues in indexing, probably caused by recent changes in the indexing process. I found some problems, indeed, as each post was being indexed three times, thanks to some unnecessary action calls. I’ve now streamlined the indexing process and removed as many unnecessary indexing calls as possible.…
Relevanssi 2.9.1 has a bug fix and a new feature, already familiar from Premium, but also a new filter hook that’ll be introduced in Premium in the next release. It is now possible to change the default result order from relevance to post date. Fixed a bug that caused wrong $post object to be set…
Small fixes. I got some bug reports and feature requests, so I implemented them: Added default values to the database columns, this could cause some problems. Indexing could cause problems, because Relevanssi changed the contents of global $post. That’s fixed now. There’s an option to choose the default order of search results, by relevance or…
Free version of Relevanssi has been lagging a bit for various reasons, but here’s a catch-up release with lots of small fixes that have already been available in Premium. Fixed a bug that caused Cyrillic searches in the log to get corrupted. Punctuation removal function is now triggered with a filter call and can thus…
Another day, another version of Premium. Added two new filters: relevanssi_index_titles and relevanssi_index_content. Add a function that returns false to the filters to disable indexing titles and post content respectively. Google Adsense caused double hits to the user search logs. That’s now fixed thanks to Justin Klein. Every now and then people have requested a…
John Blackbourn sent me another bug fix, this time related to multisite installations. This isn’t a mandatory upgrade, unless you use multisite. It’s now possible to remove matches from the results with the external filter relevanssi_match. If the weight is set to 0, the match will be removed. Multisite installations had problems — installing plugin…
John Blackbourn sent me a patch with several interesting changes to Relevanssi. I’ve implemented those and added a feature that has been requested couple of times. I’ve planned to add it, but haven’t really figured out a good way to do it until now — now you can export and import settings! User search log…
Small bug fix release, minor fixes: A German translation is included, thanks to David Decker. A get_term() call was missing a second parameter and throwing errors occasionally. Fixed that. Fixed a bug that caused Cyrillic searches in the log to get corrupted. Punctuation removal filter was actually missing from the code. Oops. Fixed that now.…