Created
March 15, 2019 15:13
-
-
Save drusellers/340da25880d06d7ea02066d5f238a815 to your computer and use it in GitHub Desktop.
Type Ahead Post - Query
This file contains hidden or 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
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