Skip to content

Instantly share code, notes, and snippets.

@xpdlf1004
Last active October 14, 2018 04:39
Show Gist options
  • Save xpdlf1004/bd6e9ad2ea2bbbcb90f5b5e85b5dfa72 to your computer and use it in GitHub Desktop.
Save xpdlf1004/bd6e9ad2ea2bbbcb90f5b5e85b5dfa72 to your computer and use it in GitHub Desktop.
GET /transaction/_doc/_search
{
"query": {
"bool": {
"must": [
{
"match": {
"data.assetName": {
"query": "assetName",
"fuzziness": 3
}
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment