CDRH / api

Codenamed "Apium": An API to access all public Center for Digital Research in the Humanities resources
https://cdrhdev1.unl.edu/api_frontend
MIT License
3 stars 1 forks source link

fixes bug detecting date filters #69

Closed jduss4 closed 6 years ago

jduss4 commented 6 years ago

previously was accidentally picking up fields like "on_this_day_k" because the "_d" include wasn't particular about the end of string but this regex should match more appropriately to *_d fields only

karindalziel commented 6 years ago

I didn't check this out to test because I don't know if I would be able to reproduce the original error, but the code looks good to me!