Quick bug fix releases to fix a database error caused by faulty MySQL syntax.
- Small fix to prevent database errors.
- Small fix to prevent disappearing excerpts.
Related Posts
Free 3.5.10
Version 3.5.9 caused a very nasty fatal parse error on some users. This version fixes that, and also several smaller, rare errors. The recent changes in Relevanssi made life complicated for FacetWP us...
Premium 1.9.1
Bug fix release, fix for a nasty little bug that has bothered some people a lot (and some people not at all). Fixed a major bug that caused the searches to fail when "Limit searches" was enabled,...
Premium 1.7.3
Lots of bug fixes and couple of neat new features in this version. Cache truncation was never actually scheduled. Index wasn't updated properly when post status was switched from public to priva...
Premium 1.7.4
...log which have at least one matching token with the search query. For example, a search for ‘john’ will match previous searches for ‘john blackbourn’ and ‘john smith’ as they both match ‘john’. A search for ‘john blackbourn’ will match a previous search for ‘john smith’ as at least one......order to use the related searches, you must have search logging enabled and a good log of past searches. Then add the following code to your search results template in a suitable place: function_exists( 'relevanssi_related' ) && relevanssi_related( get_search_query(), '<h3>Related Searches:</h3><ul><li>', '</li><li>', '</li></ul>', 5 ); The first parameter is the......you can include a ‘related searches’ list similar to Google’s related searches at the bottom of results. Functionally it works great, but in practice none of the sites I use it on have a high enough volume of searches to return useful suggestions. The function returns queries from the search...
Premium 1.10.7
Relevanssi Premium 1.10.7 mostly fixes the unpleasant error message on the settings page, but has also some small bug fixes. Removes the nasty error message on Relevanssi settings page when nothi...
Premium 1.11
Relevanssi Premium 1.11 fixes few bugs and adds lots of new filters. Fixed a bug in the TablePress support.Titles are put through the_title filter before indexing.relevanssi_related() function had ...