Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diloabininyeri/b55fdbd2de0d2be365f8eca25738fcf4 to your computer and use it in GitHub Desktop.
Save diloabininyeri/b55fdbd2de0d2be365f8eca25738fcf4 to your computer and use it in GitHub Desktop.
POST http://localhost:9200/accounts/person/_search
Content-Type: application/json
{
"query": {
"query_string": {
"query":"lahmac*",
"fields":["name","lastname","job_description"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment