Try our conversational search powered by Generative AI!

The All field and stemming

Vote:
 

Hi,

I have a website in single language. Documentation says that stemming doesn't work with the All field.

http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/10/DotNET-Client-API/Searching/Free-text-search/

Is there a workaround?

Thanks!

#141455
Nov 16, 2015 12:37
Vote:
 

This seems to work:

var result = SearchClient.Instance
                         .Search<SitePageData>(Language.Norwegian)
                         .For(searchText)
                         .InField(x => x.SearchTitle())
                         .InField(x => x.SearchText())
                         ... // rest of the code
#141460
Nov 16, 2015 13:05
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.