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 5af10b9 commit 974623fCopy full SHA for 974623f
search_commands.go
@@ -320,7 +320,7 @@ type FTSearchOptions struct {
320
SortByWithCount bool
321
LimitOffset int
322
Limit int
323
- // You can use LIMIT 0 0 to count the number of documents in the result set without actually returning them.
+ // CountOnly sets LIMIT 0 0 to get the count - number of documents in the result set without actually returning the result set.
324
// When using this option, the Limit and LimitOffset options are ignored.
325
CountOnly bool
326
Params map[string]interface{}
0 commit comments