-
Notifications
You must be signed in to change notification settings - Fork 269
API results can skip pages #5326
Copy link
Copy link
Open
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟨 priority: mediumNot blocking but should be addressed soonNot blocking but should be addressed soon🧱 stack: apiRelated to the Django APIRelated to the Django API
Metadata
Metadata
Assignees
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟨 priority: mediumNot blocking but should be addressed soonNot blocking but should be addressed soon🧱 stack: apiRelated to the Django APIRelated to the Django API
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
📋 Backlog
Description
The Openverse API shows inconsistent pagination when searching for the term
bamberg:page_count = 12).Reproduction
https://api.openverse.org/v1/images/?page=1&q=bambergpage_countsuggests multiple pages (e.g., 12 pages).https://api.openverse.org/v1/images/?q=bamberg&page=2https://api.openverse.org/v1/images/?q=bamberg&page=3Expected vs. Actual Behavior
page_count.Additional Information
This is probably related to the dead link filtering of the results.