diff --git a/docs/reference/search/search-template.asciidoc b/docs/reference/search/search-template.asciidoc index c02cf49d083..54adee0b0f2 100644 --- a/docs/reference/search/search-template.asciidoc +++ b/docs/reference/search/search-template.asciidoc @@ -280,12 +280,11 @@ To use an indexed template at search time use: GET /_search/template { "template": { - "id": "templateName" <2>, + "id": "templateName" <1>, }, "params": { "query_string": "search for these words" } } ------------------------------------------ - -<2> Name of the the query template stored in the .scripts index. \ No newline at end of file +<1> Name of the the query template stored in the .scripts index. \ No newline at end of file