DOCS: Fix anchor and example typos

This commit is contained in:
Costin Leau 2018-09-04 19:05:21 +03:00
parent 303ae25a6a
commit 43f80fa82b
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[role="xpack"]
[testenv="basic"]
[[sql-index-pattern]]
[[sql-index-patterns]]
== Index patterns
{es-sql} supports two types of patterns for matching multiple indices or tables:

View File

@ -12,7 +12,7 @@ SHOW COLUMNS [ FROM | IN ]? [ table identifier<1> | [ LIKE pattern<2> ] ]
<1> single table identifier or double quoted es multi index
<2> SQL LIKE pattern
See <<sql-index-pattern, index patterns>> for more information about
See <<sql-index-patterns, index patterns>> for more information about
patterns.
.Description

View File

@ -12,7 +12,7 @@ SHOW TABLES [ table identifier<1> | [ LIKE pattern<2> ] ]?
<1> single table identifier or double quoted es multi index
<2> SQL LIKE pattern
See <<sql-index-pattern, index patterns>> for more information about
See <<sql-index-patterns, index patterns>> for more information about
patterns.

View File

@ -168,7 +168,7 @@ SHOW TABLES "*,-l*";
emp |BASE TABLE
employees |ALIAS
// end:showTablesEsMultiIndex
// end::showTablesEsMultiIndex
;
///////////////////////////////