Skip to content

Instantly share code, notes, and snippets.

@carcer
Created November 2, 2011 16:59
Show Gist options
  • Save carcer/1334210 to your computer and use it in GitHub Desktop.
Save carcer/1334210 to your computer and use it in GitHub Desktop.
var examineValue = searchText.Fuzzy();
var searchParameters = searchCriteria
.NodeName(examineValue)
.Or()
.Field("bodyText", examineValue)
.Or()
.Field("productCode", examineValue)
.Compile();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment