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
OPDS book search #283
Comments
|
Just checked it in Marvin3 OPDS-Reader (iOS), the search is working. |
|
try to restart your App. |
|
Thanks a lot for the reply. I am using Moon+ Reader Pro on Android. Calibre-Web OPDS: https://mydomain/calibre-web/opds |
|
Might be more of an issue with Moon+ than Calibre-web. Perhaps it's looking for something specific? I use FBReader and it lets me search my library without issue. |
|
Seems like it. I just found Moon+ not support search on Wikipedia. But how come the search works on Cablire-Server? |
|
I just compared the output of Calibre's OPDS to Calibre-Web and I believe this makes the difference: <link type="application/atom+xml" href="/opds/search/{searchTerms}?library_id=Books" title="Search" rel="search"/>According to the spec we should be able to add that element to enable searching. I suspect the apps us others are using just searches the XML directly. |
|
D'oh, nevermind. My editor wasn't auto-wrapping the find and I failed to note Calibre-Web's <link rel="search" title="Search" href="/opds/osd"
type="application/opensearchdescription+xml"/>at the top. So maybe that's not it. |
|
maybe moon+ not supporting opensearch? Anyway this confirmed the problem is not from calibew-web. Thanks everyone. |
|
There are several issues with moon reader:
|
|
Doublechecked, search should work now, please try with the newest commit. |
|
Thank you so much!!! It's working now. |
* master: Fix for janeczku#286 search button is displayed in moon reader (janeczku#283), search result is not displayed
|
I recently started using moon+ with calibre-web and this still seems to be happening. Moon+ can use Calibre's default content-server search but search is not available for calibre-web's opds feed |
|
I fiddles about one month ago on the search code. |


Thanks a lot for the application. Love it a lot since I started using it. If its possible, it would be great to have the search feature in OPDS. or perhaps shelf category?
The text was updated successfully, but these errors were encountered: