From 9372c98df6823cab42cd3f7a9e5bb35a5822eb95 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 24 Feb 2022 00:17:34 -0600 Subject: Create search-hyphen-issue --- issues/search-hyphen-issue | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 issues/search-hyphen-issue 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. -- cgit v1.2.3