Try our conversational search powered by Generative AI!

Epi Find FilterBuilder

Vote:
 

Hi

I need a filter builder which does the filter like AnyWordBeginsWith but with a small change. The AnyWordBeginsWith does always match the first part of the word and if it matches it succeeds. However my requirement is to match the exact word out of long string consisting of many words. So, for example,

I am searching for "Newtork" in side a line like "Our company is working towards a networked society to grow buisiness" but since this line does not have a "network" but AnyWordBeginsWith will retun true since "Networked" word starts with Network. How to get the exact matches out of it. It should only return true when it has exact match in the line.

Can anyone please help me with any combination while developing the filterbuilder to acheive this?

Thanks
Chandan

#178035
Apr 27, 2017 12:25
Vote:
 

How about just doing a standard .For() search, but without stemming - .Search<MyPageType>(Language.None) ?

#178038
Apr 27, 2017 13:56
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.