You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for Comparison Operatorsgt,ge,lt,lestates that they "work on strings, numbers, and datetimes". Which is actually accurate as the REST API works with these.
However, the TS SDK throws an error when using string in comparison operators:
The text was updated successfully, but these errors were encountered:
The documentation for Comparison Operators
gt,ge,lt,le
states that they "work on strings, numbers, and datetimes". Which is actually accurate as the REST API works with these.However, the TS SDK throws an error when using string in comparison operators:
The text was updated successfully, but these errors were encountered: