Bugzilla – Bug 3756
Advanced search returns 1 page + 1 track
Last modified: 2008-09-15 14:39:24 UTC
Advanced searches returning more than one page of tracks always return one full page plus one track. The first page displays a numeric pagebar indicating two pages, never more. Clicking on the '2' goes to a page with exactly one track, and no pagebar, no matter how many tracks are (or should be) returned. For instance, I see the same thing if I search for all tracks after 1900 or all tracks in 2006.
from the code, it looks like the results are intended to be contrained to just a single page of results, using the itemsPerPage pref as the limit. The problem is that one extra result seems to be getting added. Not sure where that is happening yet.
Reproduced. Dan, does Andy typically work on UI issues? Should I assign bugs like this to him?
Fixed in change 8450