Skip to content

Commit 9478fcc

Browse files
Update modules/howtos/pages/full-text-searching-with-sdk.adoc
Changing as per Sarah's suggestions. Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com>
1 parent 5f1b6d9 commit 9478fcc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/howtos/pages/full-text-searching-with-sdk.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The Full Text Search service also supports vector search from Couchbase Server 7
1515

1616
== Getting Started
1717

18-
NOTE: By default, FTS limits to 10 results per query.
19-
If you do not provide a from, size, or other pagination settings in your query, the Search Service defaults to a size value of 10 and a from value of 0.
18+
NOTE: By default, the Search Service limits to 10 results per query.
19+
If you do not provide a `from`, xref:search:search-request-params.adoc#size-limit[`size`], or other pagination settings in your query, the Search Service defaults to a `size` value of 10 and a `from` value of 0.
2020
This means the Search Service returns the first 10 matches to your query.
2121

22-
For information about FTS limits, see xref:server:search:search-request-params.adoc[].
22+
For information about formatting your Search query and specifying limits, see xref:server:search:search-request-params.adoc[].
2323

24-
For information about pagination, see the xref:server:fts:fts-search-response#pagination.adoc[Pagination].
24+
For information about pagination in Search responses, see xref:server:fts:fts-search-response#pagination.adoc[Pagination].
2525

2626
After familiarizing yourself with how to create and query a Search index in the UI you can query it from the SDK.
2727

0 commit comments

Comments
 (0)