Open zeeman opened 9 years ago
Enable regex filtering in the API.
Theoretically this should work, since the only thing stopping regexes before was the if q.endswidth(("__regex", "__iregex")) check. Haven't tested it at all, though.
if q.endswidth(("__regex", "__iregex"))
Enable regex filtering in the API.
Theoretically this should work, since the only thing stopping regexes before was the
if q.endswidth(("__regex", "__iregex"))
check. Haven't tested it at all, though.