Skip to content

Instantly share code, notes, and snippets.

@Akintola
Last active May 9, 2021 17:25
Show Gist options
  • Save Akintola/ced0e0af9dff44ec031d5807f497f26f to your computer and use it in GitHub Desktop.
Save Akintola/ced0e0af9dff44ec031d5807f497f26f to your computer and use it in GitHub Desktop.
curl -XGET -H "Content-Type: application/json" "127.0.0.1:9200/mangas/_search?pretty" -d '
{
"query": {
"term": {
"year": 1990
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment