standardebooks / web

The source code for the Standard Ebooks website.
https://standardebooks.org
Creative Commons Zero v1.0 Universal
234 stars 61 forks source link

Implement OpenSearch feed search with FilterEbooks #381

Closed colagrosso closed 2 months ago

colagrosso commented 2 months ago

I tested URLs like this

/feeds/opds/all?query=fiction&per-page=10&page=4 /feeds/rss/all?query=fiction&per-page=10&page=4 /feeds/atom/all?query=fiction&per-page=10&page=4

plus the previous query-only searches:

/feeds/opds/all?query=roosevelt

and they all look good.

I'm not sure how many clients are out there to those URLs, but it will be a change that the query-only searches will no longer return all the search results on one page.

acabal commented 2 months ago

Thanks!