Created
November 13, 2018 08:48
-
-
Save diloabininyeri/1f70b3ec280427211f3111de52908dc2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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