Skip to content

Instantly share code, notes, and snippets.

@lsena
Last active January 6, 2021 21:56
Show Gist options
  • Save lsena/b102d38b592425433b96630c6c94cebf to your computer and use it in GitHub Desktop.
Save lsena/b102d38b592425433b96630c6c94cebf to your computer and use it in GitHub Desktop.
Match query
{
"_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