PhpNuget icon indicating copy to clipboard operation
PhpNuget copied to clipboard

Less packages being shown when switching pages

Open Nirusu opened this issue 5 years ago • 4 comments

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: Package list

Nirusu avatar Jul 25 '19 10:07 Nirusu

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?

kendarorg avatar Jul 25 '19 11:07 kendarorg

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.

Nirusu avatar Jul 25 '19 12:07 Nirusu

SampleData.zip Awesome :) I'll check it in these days :)

kendarorg avatar Jul 25 '19 12:07 kendarorg

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.

juresaht2 avatar Nov 29 '21 10:11 juresaht2