Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Find - Allow stemming when using Synonyms in a Typed search without specifying .InFields()

Vote:
 

Currently, stemming doesn't work in a Typed search when .UsingSynonyms() is used but .InFields() is not specified.

For example, this breaks stemming:


var result = SearchClient.Instance.Search<T>(Language.English)
.For(query)
.UsingSynonyms()
.GetResult();

Thanks

#217138
Feb 18, 2020 10:00
This thread is locked and should be used for reference only.
* 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.