Replies: 1 comment 2 replies
-
|
thanks for sharing, great idea! are you interested in contributing this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature or potential improvement
regex is powerful
Additional information
Probably add 3 lines
langfuse/packages/shared/src/interfaces/filters.ts
Line 5 in bb6bc79
langfuse/packages/shared/src/interfaces/filters.ts
Lines 9 to 15 in bb6bc79
add
"regex with"langfuse/packages/shared/src/filterToPrisma.ts
Lines 6 to 13 in bb6bc79
add
"regex with": "~*"// case-insensitivelyor
"~"// case sensitivelyWe can add
"does not regex with": "!~*"or!~see also https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-REGEXP
Beta Was this translation helpful? Give feedback.
All reactions