Elasticsearch 5.0 SearchTemplate query Error

Fixed the issue the problem here is the "template": "{"query":{"match":{"tittle":"{{query_string}}"}}}" "query:" should be omitted.

1 Like