redis-om-python icon indicating copy to clipboard operation
redis-om-python copied to clipboard

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

Open doc-hex opened this issue 1 year ago • 1 comments

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

  • result is syntax error
  • recommend having an else: raise ValueError on this sort of case statement code

doc-hex avatar Dec 21 '22 18:12 doc-hex