Search an OPDS catalog
opds_searchSearch an OPDS catalog by free-text query. Provide a catalog feed URL or use the default to find matching entries.
Instructions
Searches an OPDS catalog. Pass either the catalog's root/feed URL (its OpenSearch description will be discovered via the feed's rel="search" link) or an OpenSearchDescription document URL directly, plus a free-text query. Returns matching entries the same way opds_browse does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL of the OPDS feed (containing a rel="search" link) or of an OpenSearchDescription document. Optional if the server was started with a default catalog URL (OPDS_BASE_URL); required otherwise. | |
| query | Yes | Free-text search query, e.g. a book title or author name | |
| password | No | HTTP Basic Auth password, if the catalog requires authentication | |
| username | No | HTTP Basic Auth username, if the catalog requires authentication |