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 1160 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())

Please Sign in or register to post replies

Write your reply to:

Draft