Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search doesn't respect pagination #281

Open
wtain opened this issue Dec 12, 2024 · 2 comments
Open

Search doesn't respect pagination #281

wtain opened this issue Dec 12, 2024 · 2 comments

Comments

@wtain
Copy link

wtain commented Dec 12, 2024

Describe the bug
When searching for a specific artist by name it currently requests 3 results per page per section (default value), not iterating over the next pages.
In this example it happens that the artist of interest comes on the second page, despite full name match, and returns a different artist ("BiC Fizzle"):

genius = Genius("<TOKEN HERE>")
artist = genius.search_artist("Norther", allow_name_change=False)
@wtain
Copy link
Author

wtain commented Dec 12, 2024

Fix: #278

@wtain
Copy link
Author

wtain commented Dec 23, 2024

Fix: #290

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant