Created
March 26, 2016 13:39
-
-
Save casper-rasmussen/d4902e8e7730f75daec7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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