Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Last active September 14, 2018 23:16
Show Gist options
  • Save rcdexta/c1e6957a5057337c452d11197b20160c to your computer and use it in GitHub Desktop.
Save rcdexta/c1e6957a5057337c452d11197b20160c to your computer and use it in GitHub Desktop.
POST http://localhost:9200/crm_app/customers/_search
{
"query": {
"match": {
"fullName": "geller"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment