PhpNuget
PhpNuget copied to clipboard
Less packages being shown when switching pages
Switching the pages in the package list adds a search parameter, which results in less packages displayed than without any parameters.
I guess this may be due to incomplete metadata, but nevertheless this should not happen as it's bad UX.
See this GIF for illustration:
Yikes! Worst than UX: not enough testing. Can you send me the content of the data/db/nugetdb_pkg.txt or at least the list of files into data/packages?
Sure, here you go: https://gist.github.com/Nirusu/98d48603b0402f790985f830e8ec53df
Slightly different from my GIF, but right now with this database it's 23 shown at the beginning and after changing the page only 12.
SampleData.zip Awesome :) I'll check it in these days :)
Just a note that packages not shown when switching pages, are not able to be installed, even though they are configured as Listed and all.
Tried switching from file-based to a mysql backend but that is even more broken.