Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created March 26, 2016 13:40
Show Gist options
  • Save casper-rasmussen/b549c9d1e3ab050b1011 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/b549c9d1e3ab050b1011 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment