Bugzilla – Bug 5838
Returning bad data to illogical request
Last modified: 2007-11-05 10:56:58 UTC
I have 122 artists in my library a CLI request that looks like: 'artists 122 10 ?' returns: 'artists 122 10 %3F count%3A122 id%3A20 artist%3AA.F.I.' The artist AFI is the first (0 index) artist in the library. The above request having an initial starting value greater than the highest index in the artist section of the library should return no entries. 'artists 122 10 %3F count%3A122' The count is correct (0) but the artist should not be there. Minor Bug as I have taken care of it in my code.
*** Bug 5845 has been marked as a duplicate of this bug. ***
Fixed in 13971 for 6.5. Should be in next nightly. Pending for 7.0.
Fixed in 13990 for 7.0.
If you format that like change 13990 bugzilla will make a link for easy clicking. Please reopen if there continues to be a problem