Skip to content

Instantly share code, notes, and snippets.

@blacktambourine
Created August 18, 2017 07:35
Show Gist options
  • Save blacktambourine/fed8b361f4c362d75b448405f5461f97 to your computer and use it in GitHub Desktop.
Save blacktambourine/fed8b361f4c362d75b448405f5461f97 to your computer and use it in GitHub Desktop.
predicate usage example
innerKeywordPredicate = innerKeywordPredicate.Or(x => x.IndexedContent.Like(w, fuzzyTolerance).Boost(25));
innerKeywordPredicate = innerKeywordPredicate.Or(x => x.PageChildContent.Like(w, fuzzyTolerance).Boost(25));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment