fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Api offset not working #1278

Closed davidoskky closed 3 years ago

davidoskky commented 3 years ago

I am on the latest commit: 2.19-dc41450 The offset parameter for listing items in the api seems to have no effect. Calling /items?items=200&offset=200 produces the same result as /items?items=200

jtojnar commented 3 years ago

Successive parameters need to be separated by & not, ?, see https://en.wikipedia.org/wiki/Query_string.

jtojnar commented 3 years ago

Looks like there has been a bug either way. Should be fixed now, thanks for reporting.

davidoskky commented 3 years ago

Sorry, my bad... I mistyped It is now fixed