Skip to content

Instantly share code, notes, and snippets.

@kojofosu
Last active November 29, 2021 16:14
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 kojofosu/3e0c733e81313f05c1130321042358ba to your computer and use it in GitHub Desktop.
Save kojofosu/3e0c733e81313f05c1130321042358ba to your computer and use it in GitHub Desktop.
Elastic search: Filter search by the value of a field. [JSON]
{
"query": {
"term": {
"<field_name>": {
"value": "<your_value>"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment