mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
9b7525bb03
After the search term is parsed for advanced search filters, the term may become empty. Later, the same term will be passed to Discourse.route_for which will raise an ArgumentError. > URI(nil) ArgumentError: bad argument (expected URI object or URI string)