Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Fuzzy Search not working with synonyms.

Vote:
 

I had .Search() code with 

 .For(query, q =>
{
  q.Query = "*"+query+"*";
})

But it didn't show results for synonyms. If I removed wildcards, I get match for synonym, but now Fuzzy Search is broken.

Whats best practise to enable fuzzy search in Find, without using wildcards in queries?

#196237
Aug 22, 2018 15:44
Vote:
 

Hi Sean,
Which version of Find are you using?

#196239
Aug 22, 2018 17:22
Vote:
 

My colleague Drew Null has a blog post on this. Take a look. Synonyms & best bets are an issue with wildcard queries but Drew has outlined the steps to work around it. 

https://world.episerver.com/blogs/drew-null/dates/2018/4/find-wildcardquery-and-best-bets---a-workaround/

#196248
Aug 22, 2018 20:57
Vote:
 

Hi, I'm using Find .NET API-version: 12.5.0.0

Thanks! We'll have a look at this.

#196301
Aug 24, 2018 10:15
* 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.