mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05:00
* Require q param in /tags/filter/search route. * If not provided this route was causing a 500 error when DiscourseTagging.clean_tag was called, because .downcase was being called on the param (which was nil). * Now return a 400 error instead.