Quote:
Originally Posted by Patje1000
I'v altered the Search Catalog URL to /browse/search?query=asimov. I now do not get an error, but no results are visible.
|
What type of browser are you using to access it?
/server:8080 will give you the main page with Ajax. I suspect your browser won't handle that.
/server:8080/search?query=asimov will give you the main page search results with Ajax. Again, I suspect your browser won't handle that.
Quote:
As as catalog url im using /server:8080 /opds
|
That's got an error in it - an extra space, but
/server:8080/opds
will give you the opds version
and
/server:8080/mobile
will give you the mobile version. (Which you should get automatically if Calibre recognizes that you are accessing with a mobile phone browser.)