Created
December 21, 2016 21:34
-
-
Save khalidabuhakmeh/6ac74be331b9585df961eccac3e5ac9f to your computer and use it in GitHub Desktop.
This query seems make suggestions from documents that either have the authors "Julie Pace and Catherine Lucey" OR tagged with "general". Is there a way to do an AND on context?
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
POST jekyll/_suggest?pretty | |
{ | |
"title-author-suggestion" : { | |
"prefix" : "Donald", | |
"completion" : { | |
"field" : "Suggest", | |
"contexts" : { | |
"Authors" : "Julie Pace and Catherine Lucey", | |
"Tags" : [ "general" ] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment