-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Current implementation assumes that search always have 100 pages of results.
fetchSearchResults() method on index.js file sets p (page) parameter as follows:
Math.floor(Math.random() * 100) + 1) // random page number from 1 to 100
It would be safer to pick page from actual range instead of relying on static number.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
