Skip to content

Commit 17f0267

Browse files
Made the second mention of size and from to monospace
1 parent 15b3259 commit 17f0267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Exception in thread "main" com.couchbase.client.core.error.IndexNotFoundExceptio
4646
.Search Results Limit
4747
====
4848
By default, the Search Service returns only the first 10 matches (`size: 10`, `from: 0`).
49-
To retrieve more results, you must explicitly define pagination settings such as size or from in your query.
49+
To retrieve more results, you must explicitly define pagination settings such as `size` or `from` in your query.
5050
5151
For information about formatting your Search query and specifying limits, see xref:server:search:search-request-params.adoc[].
5252

0 commit comments

Comments
 (0)