Created
November 2, 2011 16:59
-
-
Save carcer/1334210 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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