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
Currently, for regex match operations we have _similar and _nsimilar operators. These are based on Postgres' SIMILAR operator which is based on SQL standard definition of regular expression.
Currently, for regex match operations we have
_similar
and_nsimilar
operators. These are based on Postgres' SIMILAR operator which is based on SQL standard definition of regular expression.Postgres also has POSIX regular expression which might be more common in usage: https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-REGEXP
We can add these operators to permissions and graphql schema.
The text was updated successfully, but these errors were encountered: