Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gatis 8 posts 128 karma points
    Dec 11, 2015 @ 12:10
    Gatis
    0

    Examine search "and" - no results

    Configured examine search to find using "multiplecharacterwildcard":

    searcher.CreateSearchCriteria(BooleanOperation.Or).GroupedOr(SearchFields, SearchTermList.Select(x=>x.MultipleCharacterWildcard()).ToArray()).Compile();
    

    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.

  • Ian 178 posts 752 karma points
    Dec 11, 2015 @ 13:02
    Ian
    100

    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.

Please Sign in or register to post replies

Write your reply to:

Draft