diff --git a/cyder/api/v1/filter.py b/cyder/api/v1/filter.py index 86739b66a..7f12db6d9 100644 --- a/cyder/api/v1/filter.py +++ b/cyder/api/v1/filter.py @@ -42,10 +42,7 @@ def filter_queryset(self, request, queryset, view): for q in request.QUERY_PARAMS: p = request.QUERY_PARAMS[q] - if q.endswith(("__regex", "__iregex")): - continue - - elif q.startswith("i:"): + if q.startswith("i:"): q_include[namehack(q[2:])] = p elif q.startswith("e:"):