diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,14 +21,14 @@ Things that work: 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 + - [x] searching for a single author in a multi-author item + - [x] ~~printing any array thing~~ support for `on`, `author`, `language`, and `translator` - [x] ~~`^` or `$` in string searching~~ should work - [ ] sorting in any way Things that might change: - [ ] `--show` might want to limit by field - - [x] (now parsing manually) ~~currently uses [tomlc99](https://github.com/cktan/tomlc99), which is great but might be overkill for this~~ + - [x] now parsing manually ~~currently uses [tomlc99](https://github.com/cktan/tomlc99), which is great but might be overkill for this~~ - [ ] maybe prefixed `<` or `>` for numeric searches - [ ] format strings - [ ] discover endpoint |
