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

api handle blank input #44

Closed jduss4 closed 7 years ago

jduss4 commented 7 years ago

When sending a request for something like

f[]=creator|

The API should send back all results where creator is EMPTY (this is not the same as where it is null / not included). Currently it throws an error instead.

jduss4 commented 7 years ago

https://github.com/CDRH/api/commit/083eb56b6452d3aef5bfc888e965cf3389ac330b

should be working now