summaryrefslogtreecommitdiff
path: root/issues/search-hyphen-issue.gmi
blob: fc87adcf1b63108a1e8efe6aec6f920c2f71c97b (plain)
1
2
3
Currently search terms involving hyphens don't work properly, because the hyphen is treated like a special character, with the characters to both sides of it being treated as separate terms.

The regular expression in parser.py probably needs to be changed to account for this.