Browse Source

Added missing comma in suggester example

stephlag 11 years ago
parent
commit
13d910f016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/suggesters.asciidoc

+ 1 - 1
docs/reference/search/suggesters.asciidoc

@@ -117,7 +117,7 @@ and applies to the `my-suggest-1` and `my-suggest-2` suggestions.
 [source,js]
 --------------------------------------------------
 "suggest" : {
-  "text" : "the amsterdma meetpu"
+  "text" : "the amsterdma meetpu",
   "my-suggest-1" : {
     "term" : {
       "field" : "title"