Skip to content

Instantly share code, notes, and snippets.

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