redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Set membership (IN, contains) not working for numeric types #442

Open doc-hex opened 1 year ago

doc-hex commented 1 year ago

in FindQuery.resolve_value() the case for Operators.IN and Operators.NOT_IN is not considered.

doc-hex commented 1 year ago

Related concern: how do I search for a range of numeric values?

Maybe there is no difference in execute time.