diff options
| author | Ben Winston | 2024-05-26 21:03:18 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-05-26 21:03:18 -0400 |
| commit | ea977ce9907814cad0aa6986a539d29d56fe2bf7 (patch) | |
| tree | d629420452b200d6d0129a56bb13c50c87965a7b /README.md | |
| parent | 0779d2f02472c39a6473d9b224681ff9db5e4fc2 (diff) | |
add special characters to regex search
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
