Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diloabininyeri/1f70b3ec280427211f3111de52908dc2 to your computer and use it in GitHub Desktop.
Save diloabininyeri/1f70b3ec280427211f3111de52908dc2 to your computer and use it in GitHub Desktop.
GET http://localhost:9200/accounts/person/_search
Content-Type: application/json
{
"query": {
"multi_match": {
"query": "backend dılo",
"fields":["*"],
"minimum_should_match":1,
"slop":1
}
}
}
###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment