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 3977ced commit f2b8bb3Copy full SHA for f2b8bb3
content/develop/interact/search-and-query/advanced-concepts/aggregation-syntax.md
@@ -176,7 +176,7 @@ This is not allowed and you'll get a syntax error.
176
177
## LIMIT and WITHCURSOR used together
178
179
-In practical terms, `LIMIT` and `WITHCURSOR` are mutually exclusive. However, they can be used together.
+While you wouldn't ordinarily use `LIMIT` and `WITHCURSOR` together in the same query, you can use them advantageously if doing so fits your workflow.
180
`LIMIT` returns immediate results, while `WITHCURSOR` retrieves results incrementally using the [cursor API]({{< relref "/develop/interact/search-and-query/advanced-concepts/aggregations/#cursor-api" >}}).
181
182
```sh
0 commit comments