November Happy Hour will be moved to Thursday December 5th.
Hi ,
Find Query that should satisfy the following conditions.
Now we have implemented the following query for above but it also returns the matches for *searchKey which we don't need in results.
ITypeSearch<T> query = SearchClient.Instance.Search<T>().For(searchKey, q => { q.Query = string.Concat("*", searchKey, "*"); }).WithAndAsDefaultOperator().UsingSynonyms();
Kindly help us.
Thanks,
Mekala V
Hi,
I think you can use this-
https://world.episerver.com/documentation/developer-guides/search-navigation/NET-Client-API/searching/Multiple-searches-in-one-request/
https://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/9/DotNET-Client-API/Searching/Multiple-searches-in-one-request/
Hi Ravindra,
Thanks for your reply.
We are doing filter and boostmatching in our current implementation.Multi search is not supporting filter. Any alternate way to accomplish this?
Hi ,
Find Query that should satisfy the following conditions.
Now we have implemented the following query for above but it also returns the matches for *searchKey which we don't need in results.
Kindly help us.
Thanks,
Mekala V