Skip to content

Instantly share code, notes, and snippets.

@NielsMinssen
Created December 20, 2022 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsMinssen/3675db34b470d8560e0a20eef448bf9a to your computer and use it in GitHub Desktop.
Save NielsMinssen/3675db34b470d8560e0a20eef448bf9a to your computer and use it in GitHub Desktop.
GET /index/_search
{
"query": {
"match": {
"title": "Elasticsearch"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment