diff options
Diffstat (limited to 'issues/search-hyphen-issue')
-rw-r--r-- | issues/search-hyphen-issue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/issues/search-hyphen-issue b/issues/search-hyphen-issue deleted file mode 100644 index fc87adc..0000000 --- a/issues/search-hyphen-issue +++ /dev/null @@ -1,3 +0,0 @@ -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. |