You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going to the /search page with page=x; where x > 0 will cause the pagination to not be created correctly. This happens because the pagination buttons rely on having the total number of items present. Otherwise its going to point to 0.
Going to the
/searchpage withpage=x; where x > 0will cause the pagination to not be created correctly. This happens because the pagination buttons rely on having the total number of items present. Otherwise its going to point to0.