|
@@ -206,11 +206,12 @@ tag::expand-wildcards[]
|
|
|
`expand_wildcards`::
|
|
|
+
|
|
|
--
|
|
|
-(Optional, string) Controls what kind of indices that wildcard
|
|
|
-expressions can expand to. Valid values are:
|
|
|
+(Optional, string) Controls what kind of indices that wildcard expressions can
|
|
|
+expand to. Multiple values are accepted when separated by a comma, as in
|
|
|
+`open,hidden`. Valid values are:
|
|
|
|
|
|
`all`::
|
|
|
-Expand to open and closed indices.
|
|
|
+Expand to open and closed indices, including <<index-hidden,hidden indices>>.
|
|
|
|
|
|
`open`::
|
|
|
Expand only to open indices.
|
|
@@ -219,7 +220,8 @@ Expand only to open indices.
|
|
|
Expand only to closed indices.
|
|
|
|
|
|
`hidden`::
|
|
|
-Expansion of wildcards will include hidden indices.
|
|
|
+Expansion of wildcards will include <<index-hidden,hidden indices>>.
|
|
|
+Must be combined with `open`, `closed`, or both.
|
|
|
|
|
|
`none`::
|
|
|
Wildcard expressions are not accepted.
|