You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/n1ql/pages/n1ql-language-reference/searchfun.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,9 @@ Order pushdown is possible only if query ORDER BY has only <<search_score>> on t
216
216
Offset and Limit pushdown is possible if the query only has a SEARCH() predicate, using a single search index -- no IntersectScan or OrderIntersectScan.
217
217
Group aggregates and projection are not pushed.
218
218
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.
0 commit comments