node-restful icon indicating copy to clipboard operation
node-restful copied to clipboard

adds nocase query to wrap value in case insensitive regex

Open adamclerk opened this issue 10 years ago • 1 comments

I was having problems getting ?location_regex=/boise/i to work so I created a custom querystring class nocase.

adamclerk avatar Aug 03 '14 23:08 adamclerk

I dislike that it would be exposed as ?location_nocase and location_regex=/boise/i

I'm in the middle of a rewrite, in which filters underwent a major refactory. I think it'll be easier to add it in there. If you're interested in contributing, check out origin/rewrite -- I'll be accepting PR's on that branch

baugarten avatar Sep 28 '14 14:09 baugarten