Skip to content

Commit 3b0f844

Browse files
committed
Enable extractionFn on Search Filter and Like Filter
1 parent 4df849f commit 3b0f844

File tree

2 files changed

+313
-149
lines changed

2 files changed

+313
-149
lines changed

pydruid/utils/filters.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class Filter:
3232
"bound",
3333
"interval",
3434
"extraction",
35+
"like",
36+
"search",
3537
)
3638

3739
def __init__(self, extraction_function=None, ordering="lexicographic", **args):

0 commit comments

Comments
 (0)