Cannot get fuzzy to work in Examine (fulltextsearch)
Hi!
I'm using examine and it works fine when I do an exact search. I can for instance match the word beginner but not beginne, then it returns nothing. I've tried setting
var fuzzyness = String.IsNullOrEmpty(Parameter.fuzzyness) ? "0" : Parameter.fuzzyness;
Cannot get fuzzy to work in Examine (fulltextsearch)
Hi!
I'm using examine and it works fine when I do an exact search. I can for instance match the word beginner but not beginne, then it returns nothing. I've tried setting
var fuzzyness = String.IsNullOrEmpty(Parameter.fuzzyness) ? "0" : Parameter.fuzzyness;
but nothing happens. I'm also using
queryType="MultiRelevance" in the Macro.
Have I missed something?
Thanks / Niklas
Isn't fuzziness supposed to be definied as a float? Can you provide a more complete code snippet at all?
is working on a reply...