Created
November 16, 2018 12:10
-
-
Save diloabininyeri/b55fdbd2de0d2be365f8eca25738fcf4 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
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