We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07eb1b commit 3c7ec8aCopy full SHA for 3c7ec8a
reference/api/search.mdx
@@ -383,6 +383,9 @@ A search query cannot return more results than configured in [`maxTotalHits`](/r
383
#### Example
384
385
If you want your query to return only **two** documents, set `limit` to `2`:
386
+<br/>
387
+Also, <br/>
388
+If you want your query to return only **zero** documents, set `limit` to 0: (Maybe useful for anykind of restricted search)
389
390
<CodeSamples id="search_parameter_guide_limit_1" />
391
0 commit comments