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
I far as i know there is no way to search an array of strings in a string type.
in SQL it is : WHERE column is in ('alpha', 'beta', 'gamma')
in redis-om-node we need something like this: where('feild').containsOneOf(['alpha', 'beta', 'gamma'])
there is this option for string[] format, but what about string ???
The text was updated successfully, but these errors were encountered:
I far as i know there is no way to search an array of strings in a string type.
in SQL it is :
WHERE column is in ('alpha', 'beta', 'gamma')
in redis-om-node we need something like this:
where('feild').containsOneOf(['alpha', 'beta', 'gamma'])
there is this option for
string[]
format, but what aboutstring
???The text was updated successfully, but these errors were encountered: