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 a bug.- New filter:
relevanssi_joincan be used to join tables in the Relevanssi search MySQL queries. Thanks to Ninos Ego. - New filter:
relevanssi_tax_term_additional_contentcan be used to add any content to taxonomy terms before indexing. - New filter:
relevanssi_post_contentcan be used to modify post content before any Relevanssi processing. - New filter:
relevanssi_post_content_before_tokenizecan be used to modify post content just before it’s tokenized. - New filter:
relevanssi_indexing_valuescan be used to modify what Relevanssi stores in the index. - New filter:
relevanssi_default_meta_query_relationcan be used to change the default meta query relation (default value is “AND”). - When using a meta_query,
relationcan be set to OR now. - Phrases are now matched to excerpts.
- Number of queries Relevanssi generates is much, much lower.
- New filter:
relevanssi_didyoumean_urllets you modify the URL generated by the did you mean feature. - Better set of Russian stopwords.
- Relevanssi now highlights search query synonyms as well in documents.
Pretty much all of these new features and fixes come from user requests and bug reports, so if there’s something missing in Relevanssi, just let me know. Especially if it’s something that can be fixed with a filter hook added somewhere.
New WordPress version, 3.8, is coming soon. Relevanssi users can rest easy – this version has been developed on a 3.8-alpha site, and so far everything seems to work just fine.
Hello!
I’m having a problem with searching for words with hyphens in them. For example the word e-mail doesn’t return any search results. Is there anything in this new update that can be the cause of this or is there something else that can explain this?
Michael
Nothing in this version should change this. Have you made changes to the punctuation removal yourself? Have you tried reindexing the database?
No I found that I had to change the minimum word length to 1 to get the results I want.
Thanks!