Closed
Description
I think these bugs already existed (and may have dupes, need to check), but they're easier to spot now w/ site: example.com
feature that landed in #999.
STR)
- open localhost:5000
- click on search button, type
site: example.com
Expected:
Taken to /issues with some example.com issues
Actual:
Taken to /issues with no results and the search input says site%3A+example.com
, while the search param is q=site%253A%2Bexample.com
.
So we're doing something funky with URL encoding here.