Skip to content

Instantly share code, notes, and snippets.

@khalidabuhakmeh
Created December 21, 2016 21:34
Show Gist options
  • Save khalidabuhakmeh/6ac74be331b9585df961eccac3e5ac9f to your computer and use it in GitHub Desktop.
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?
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