typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

Support for != operator on numerical fields

Open Dannyscholz opened this issue 2 years ago • 1 comments

Current version is lacking support for the != on numerical fields.

Dannyscholz avatar Nov 17 '23 16:11 Dannyscholz

The Python client isn't responsible for that. The filter string will be passed as normal to the Typesense Server API. This means that any string being passed to the filter_by parameter will be valid as far as the client is concerned. You can try it out with a newer version of Typesense to verify that it is the case

tharropoulos avatar Apr 08 '25 13:04 tharropoulos