cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Searches with punctuation cause a 500 error #112

Closed eoinnoble closed 7 years ago

eoinnoble commented 7 years ago

My A+ and black+white queries returned a 500 error.

lizadaly commented 7 years ago

This is actually a data bug unrelated to punctuation (those queries just happened to catch it). I corrected the data bug and it's reindexing; meanwhile I patched over the bug in the code so hitting some of the bad data doesn't result in a 500 error.