Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created July 30, 2017 17:03
Show Gist options
  • Select an option

  • Save selcukusta/7ac3dc54c7a9af60184e684f45b12bfc to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/7ac3dc54c7a9af60184e684f45b12bfc to your computer and use it in GitHub Desktop.
curl -X POST \
http://localhost:9200/_search/template/basic_search_template \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"template": {
"query": {
"match": {
"title": "{{query_string}}"
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment