Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Niklas Hjelm 104 posts 125 karma points
    Jul 10, 2014 @ 09:13
    Niklas Hjelm
    0

    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

     

  • Steven Harland 78 posts 518 karma points c-trib
    Jul 15, 2014 @ 10:51
    Steven Harland
    0

    Isn't fuzziness supposed to be definied as a float? Can you provide a more complete code snippet at all?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies