Fuzzy Examine Search matches too much
# help-with-umbraco
t
Not sure our expectations here are wrong.. but we're facing some problems with fuzzy search in examine. Fuzzying takes a float on how fuzzy you want the matching to be between float 0-2, default 0.5F. Setting the value to anything but 0 renders perhaps a bit too greedy matching. With a value of
0.001F
we search for
lina
and we match our document named
Anna
(no other fields to match on currently), most likely due to the "na" in both terms. Is this expected? Or could it be a bug? We are expecting this to match but only on a high enough fuzzy level.
55 Views