Open soria2020 opened 7 months ago
Hi @soria2020
My Fuzzy and wildcard implementation ignore terms that are longer than 16 characters. I will be adjusting this in next release.
It's difficult to say without deeper investigation but there are many things happening here.
Anyway, it's not unexpected even though it might be confusing :) I suggest you try with one search with only FuzzyMatch and one search with only WildcardMatch and one without any of them to understand what they produce on their own.
I'm experiencing an issue with Episerver.Labs.Find.Toolbox (2.0.2), particularly with the FuzzyMatch() function in my search queries. During testing, I've noticed inconsistent results:
I can replicate the behavior with my default index.
This is how the search query look like, i am using both WildcardMatch and FuzzyMatch. query = query.For(queryString).WildcardMatch(p => p.Title).FuzzyMatch(p => p.Title);
EPiServer.Labs.Find.Toolbox 2.0.2 EPiServer.Find.Cms 16.0.2 EPiServer.CMS 12.27.1