Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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())
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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())
is working on a reply...