Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1159 karma points
    Mar 01, 2012 @ 00:38
    Connie DeCinko
    0

    Examine results with both Escape and Fuzzy

    I'm trying to use both Escape and Fuzzy to get search results from Examine. Why would this give me 1500+ results

    .Field("name", SearchName.Fuzzy())
    .Or()
    .Field("name", SearchName.Escape())

    while this gives me 1100+ results?

    .Field("name", SearchName.Escape())
    .Or()
    .Field("name", SearchName.Fuzzy())

  • 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