-
Couldn't load subscription status.
- Fork 40
Open
Description
Description
As mentioned in the docs, typesense able to search by min max value
Numeric Filtering:
Filter documents with numeric values between a min and max value, using the range operator [min..max] or using simple comparison operators >, >= <, <=, =.
Examples:
-num_employees:[10..100]
-num_employees:<40
-num_employees:[10..100,40] (Filter docs where value is between 10 to 100 or exactly 40).
Metadata
Metadata
Assignees
Labels
No labels