summaryrefslogtreecommitdiff
path: root/issues/search-hyphen-issue
diff options
context:
space:
mode:
authorArun Isaac2023-03-14 19:11:46 +0000
committerArun Isaac2023-03-14 19:12:15 +0000
commitaf11754981f8c914130a606de2b3653d7b2a8e52 (patch)
tree341a25e20f43dbad25aae9b1969c04da1e745337 /issues/search-hyphen-issue
parent44c09e1d89b3a708fa4bb1eb6cf8e6ef976ddfa1 (diff)
downloadgn-gemtext-af11754981f8c914130a606de2b3653d7b2a8e52.tar.gz
Add gmi extension to issue files without one.
Diffstat (limited to 'issues/search-hyphen-issue')
-rw-r--r--issues/search-hyphen-issue3
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.