implement html & opds search
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 27m24s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 27m24s
This commit is contained in:
parent
ed8b69de13
commit
55d3364b0e
19 changed files with 302 additions and 8 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue