Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created March 26, 2016 13:39
Show Gist options
  • Save casper-rasmussen/d4902e8e7730f75daec7 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/d4902e8e7730f75daec7 to your computer and use it in GitHub Desktop.
this._query = this._query.For(searchQuery)
.InField((content) => content.Title) //Include important field
.AndInField((content) => content.MainBody) //Include important field
.AddMatchingQueryStringFor(searchQuery, (content) => content.SupportingText) //Inclue non-important field and require that all words are within
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment