From d6cd2c2b73c0a39e78538c4c7f6e6c70bd1758c7 Mon Sep 17 00:00:00 2001 From: Brian Murphy Date: Wed, 16 Jul 2014 11:23:22 +0100 Subject: [PATCH] [DOCS][FIX] Fix reference check in indexed scripts/templates doc. --- docs/reference/search/search-template.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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