-
Notifications
You must be signed in to change notification settings - Fork 27
doc: ft commands updated #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Niennienzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this amazing work. I just had a few minor comments/questions.
| applies a numeric filter to the results based on the value of a numeric field. | ||
|
|
||
| `field` is the name of a numeric field in the index. | ||
| `min` and `max` define the numeric range (inclusive) that matching documents must have for the specified field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question (non-blocker): We don't support exclusive range with ( yet I suppose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dragonfly supports exclusive ranges.
Co-authored-by: Joe Zhou <[email protected]> Signed-off-by: Volodymyr Yavdoshenko <[email protected]>
Niennienzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixes: #421
Fixes: #422
Fixes: #423
Fixes: #424
Fixes: #425
Fixes: #426
Fixes: #427
Fixes: #322