implement html & opds search
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 27m24s

This commit is contained in:
Sebastian Hugentobler 2024-06-26 13:53:00 +02:00
parent ed8b69de13
commit 55d3364b0e
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
19 changed files with 302 additions and 8 deletions

View file

@ -59,9 +59,13 @@ http://localhost:3000/opds is the entry point for the OPDS feed.
Not planned, put a reverse proxy in front of it that handles access.
## No search?
## How do I search?
On my todo list once I feel like I need it.
Putting in your search text and you are done. Searching is done on title, tags,
author, series title, identifiers and comments.
For more sophisticated queries take a look at the
[fts5 documentation](https://www.sqlite.org/fts5.html#full_text_query_syntax).
## Why are the OPDS entries not paginated?