Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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