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
Would it be as simple as adding in something like:
similarityGreaterThan: {
description: "Value has a similarity that is greater than the current similarity threshold set by pg_trgm.similarity_threshold.",
resolve: (i, v) => sql.query`${i} % ${v}`,
},
The text was updated successfully, but these errors were encountered:
Would it be difficult to support for the operators here?
https://www.postgresql.org/docs/14/pgtrgm.html
Would it be as simple as adding in something like:
The text was updated successfully, but these errors were encountered: