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