laravel-scout-typesense-driver icon indicating copy to clipboard operation
laravel-scout-typesense-driver copied to clipboard

Able to filter by min max value

Open nibsirahsieu opened this issue 6 months ago • 0 comments

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).

nibsirahsieu avatar Jul 29 '24 03:07 nibsirahsieu