Skip to content

Instantly share code, notes, and snippets.

@drusellers
Created March 15, 2019 15:41
Show Gist options
  • Save drusellers/3f146d5174246f394c0f0e5762500a05 to your computer and use it in GitHub Desktop.
Save drusellers/3f146d5174246f394c0f0e5762500a05 to your computer and use it in GitHub Desktop.
Type Ahead Blog Post - Query Update
POST /hackers/_search
{
"query":{
"fuzzy": {
"name": "dat"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment