Skip to content

Instantly share code, notes, and snippets.

@Akintola
Last active May 9, 2021 17:11
Show Gist options
  • Save Akintola/08cdcfe41876b414c2f5a26497476566 to your computer and use it in GitHub Desktop.
Save Akintola/08cdcfe41876b414c2f5a26497476566 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": {
"match": {
"title": "Journey"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment