Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting, grouping in web ui #10

Open
ckuethe opened this issue Aug 19, 2021 · 0 comments
Open

Sorting, grouping in web ui #10

ckuethe opened this issue Aug 19, 2021 · 0 comments

Comments

@ckuethe
Copy link

ckuethe commented Aug 19, 2021

So I built a bulk book loader (see #2) to ingest a large directory of books...

sqlite> select count(*) from books;
7031

Unfortunately they appear to be inserted by inode order, since I just recursively walked the file directory and inserted book/file records based on whatever order readdir(3) returns them. When I load the web ui, I don't see any way to sort, filter, or group by various attributes, eg. can't search search for "author:smith", "publisher:nostarch", or "date:2019", ...

If I search for "Collins", I get matches both for books published by "HarperCollins" and authors named "Collins"... which is fine since I didn't/can't restrict to just searching on author, title, publisher, or description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant