浏览代码

Update api-conventions.asciidoc (#20203)

markwalkom 9 年之前
父节点
当前提交
a8e7d57a84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/api-conventions.asciidoc

+ 1 - 1
docs/reference/api-conventions.asciidoc

@@ -19,7 +19,7 @@ API, unless otherwise specified.
 
 Most APIs that refer to an `index` parameter support execution across multiple indices,
 using simple `test1,test2,test3` notation (or `_all` for all indices). It also
-support wildcards, for example: `test*`, and the ability to "add" (`+`)
+support wildcards, for example: `test*` or `*test` or `te*t` or `*test*`, and the ability to "add" (`+`)
 and "remove" (`-`), for example: `+test*,-test3`.
 
 All multi indices API support the following url query string parameters: