OSU-Net / cyder

Cyder
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Issue #1012 Regex filter support in API #1019

Open zeeman opened 9 years ago

zeeman commented 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.