and all working fine, except when user tries to find word "and" - in that case examine showing no results, even if in searchable text was this word. Maybe there are some settings in examine to make search work with this word.
See this http://stackoverflow.com/questions/17448644/examine-stripping-out-search-words your issue might be related to the fact internally common words such as and are deliberately excluded from searches to prevent too many irrelevant results. Just so happens I'm working on something at the moment where I actually want to filter out common words for my own purposes and found other sql search analysers do the same.
Examine search "and" - no results
Configured examine search to find using "multiplecharacterwildcard":
and all working fine, except when user tries to find word "and" - in that case examine showing no results, even if in searchable text was this word. Maybe there are some settings in examine to make search work with this word.
See this http://stackoverflow.com/questions/17448644/examine-stripping-out-search-words your issue might be related to the fact internally common words such as and are deliberately excluded from searches to prevent too many irrelevant results. Just so happens I'm working on something at the moment where I actually want to filter out common words for my own purposes and found other sql search analysers do the same.
is working on a reply...