Skip to content

Commit e44154d

Browse files
rakhi-prathapsimon-dew
authored andcommitted
[NO ISSUE] Fix a formatting error on the Search Functions page (#551)
1 parent 5936c7b commit e44154d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/n1ql/pages/n1ql-language-reference/searchfun.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ Order pushdown is possible only if query ORDER BY has only <<search_score>> on t
216216
Offset and Limit pushdown is possible if the query only has a SEARCH() predicate, using a single search index -- no IntersectScan or OrderIntersectScan.
217217
Group aggregates and projection are not pushed.
218218

219+
NOTE: If you do not specify the `index` setting in the options, {sqlpp} automatically selects a qualifying FTS index for the query.
220+
If multiple indexes qualify for the query, {sqlpp} selects the most precise one.
221+
219222
=== Examples
220223

221224
include::ROOT:partial$query-context.adoc[tag=section]

0 commit comments

Comments
 (0)