aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Winston2024-05-26 21:03:18 -0400
committerBen Winston2024-05-26 21:03:18 -0400
commitea977ce9907814cad0aa6986a539d29d56fe2bf7 (patch)
treed629420452b200d6d0129a56bb13c50c87965a7b /README.md
parent0779d2f02472c39a6473d9b224681ff9db5e4fc2 (diff)
add special characters to regex search
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d103f7..69d710f 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Things that don't work:
- [ ] `search` with more than 5 query items
- [ ] searching for a single author in a multi-author item
- [x] ~~printing any array thing~~ `on` works, but others don't
- - [ ] `^` or `$` in string searching
+ - [x] ~~`^` or `$` in string searching~~ should work
- [ ] sorting in any way
Things that might change: