Last active
January 6, 2021 21:56
-
-
Save lsena/b102d38b592425433b96630c6c94cebf to your computer and use it in GitHub Desktop.
Match query
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
{ | |
"_source": true, | |
"query": { | |
"match": { | |
"full_name": { | |
"query": "<search_term>", | |
"fuzziness": "auto" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment