Skip to content

Instantly share code, notes, and snippets.

@rxhl
Created March 30, 2019 23:53
Show Gist options
  • Select an option

  • Save rxhl/80970d2a8fec94733f0c2e5fa81d4689 to your computer and use it in GitHub Desktop.

Select an option

Save rxhl/80970d2a8fec94733f0c2e5fa81d4689 to your computer and use it in GitHub Desktop.
GET recipes/default/_search
{
"query": {
"multi_match": {
"query": "Apple Airpods",
"fields": ["brand", "item"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment