diff options
author | Arun Isaac | 2023-03-14 19:11:46 +0000 |
---|---|---|
committer | Arun Isaac | 2023-03-14 19:12:15 +0000 |
commit | af11754981f8c914130a606de2b3653d7b2a8e52 (patch) | |
tree | 341a25e20f43dbad25aae9b1969c04da1e745337 /issues/search-hyphen-issue.gmi | |
parent | 44c09e1d89b3a708fa4bb1eb6cf8e6ef976ddfa1 (diff) | |
download | gn-gemtext-af11754981f8c914130a606de2b3653d7b2a8e52.tar.gz |
Add gmi extension to issue files without one.
Diffstat (limited to 'issues/search-hyphen-issue.gmi')
-rw-r--r-- | issues/search-hyphen-issue.gmi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/issues/search-hyphen-issue.gmi b/issues/search-hyphen-issue.gmi new file mode 100644 index 0000000..fc87adc --- /dev/null +++ b/issues/search-hyphen-issue.gmi @@ -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. |