ome / omero-web

Django-based OMERO.web client
https://www.openmicroscopy.org/omero
16 stars 29 forks source link

No results with filtering due to pagination #565

Open Tom-TBT opened 3 months ago

Tom-TBT commented 3 months ago

This happens for a dataset with more images than the display limit.

After applying a filter, only the images of the selected page are displayed. This may not be such an easy fix (would need to load all pages to then filter them).

But one has to scroll down to change the page number (the page is sized to the unfiltered number of items). Moving the page number higher could help a user understand the need to switch pages to see all the results.

imagesc-bot commented 3 months ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/omero-annotation-learning-activity-treasure-hunt/98222/9

will-moore commented 3 months ago

Thanks for the issue. See https://github.com/ome/omero-web/issues/214 and https://github.com/ome/omero-web/issues/88 for similar points.