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
Allow manual, user-defined strings as filters on queries (#233)
Until now, only RedisVL `FilterExpressions` could be used with the query
classes. But this PR introduces an update to allow for user-defined
strings. Anything within the Redis query-language will work, otherwise,
the search will return a `RedisSearchError`.
0 commit comments