Thanks to visit codestin.com
Credit goes to github.com

Skip to content

/search/bytitle has max of 100, not 1000 as documented. Also fails silently. #141

@jjgmckenzie

Description

@jjgmckenzie

Querying https://api.podcastindex.org/api/1.0/search/bytitle?max=99&q=Test returns 99 podcasts, as expected.

Querying https://api.podcastindex.org/api/1.0/search/bytitle?max=100&q=Test results in
{"status":"true","feeds":[],"count":0,"query":"Test","description":"No results found."}

When the max is hit, the intended behaviour should always be a 400 error; not a 200 with "no results found".

https://podcastindex-org.github.io/docs-api/#get-/search/bytitle

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions