Skip to content

Commit e6010eb

Browse files
authored
Revert "flex-indexes.adoc small corrections (couchbase/docs-server#2699)"
This reverts commit 22109dc.
1 parent e9be066 commit e6010eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/n1ql/pages/n1ql-language-reference/flex-indexes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Some of the main differences are described here.
5757

5858
* {sqlpp} uses escaped path names, whereas full-text indexes flatten the field names.
5959

60-
* {sqlpp} uses array subscripts to identify array objects, for example `f1.arr1[0].b`; whereas full-text indexes ignore subscripts, for example `f1.arr1.b`.
60+
* {sqlpp} uses array subscripts to identify array objects, for example `1.arr1[0].b`; whereas full-text indexes ignore subscripts, for example `f1.arr1.b`.
6161
This means full-text indexes cannot uniquely identify the path.
6262

6363
* In {sqlpp}, data can be compared across data types.
@@ -93,7 +93,7 @@ For further details, refer to {build-index}[BUILD INDEX].
9393

9494
Assuming that there is no search function in the query predicate, there are two ways to specify that you would like to use a full-text index with a {sqlpp} query:
9595

96-
* Use the `USING FTS` hint in the {sqlpp} query.
96+
* Use the `USE FTS` hint in the {sqlpp} query.
9797
For full details, refer to {index-type}[USE Clause].
9898

9999
* Set the `use_fts` request-level parameter to `true`.

0 commit comments

Comments
 (0)