trunk.cocoapods.org
trunk.cocoapods.org copied to clipboard
[Manage] The pagination is not taking the full query scope into account.
For instance, this is clearly incorrect:

https://github.com/alloy/peiji-san/blob/master/lib/peiji_san/view_helper.rb#L106-L121
The pagination on all the pages in broken similary when any filtering is done. If you enter a search query on pods/messages too.
Yeah, it’s definitely a problem with all scoping. Not sure why yet, because the @collection does only hold the right amount of elements.