summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-02-24 00:17:34 -0600
committerGitHub2022-02-24 00:17:34 -0600
commit9372c98df6823cab42cd3f7a9e5bb35a5822eb95 (patch)
tree67c836f47bd42edb4b24df466b3ecdae045183e9
parent0d67f4344b8e5a543ac9f34c21dfd83559bba67a (diff)
downloadgn-gemtext-9372c98df6823cab42cd3f7a9e5bb35a5822eb95.tar.gz
Create 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.