spacetelescope / jwql

The James Webb Space Telescope Quicklook Application
BSD 3-Clause "New" or "Revised" License
64 stars 44 forks source link

Keep query results on one page #1575

Closed stscijgbot-jwql closed 2 months ago

stscijgbot-jwql commented 4 months ago

Issue JWQL-204 was created on JIRA by Bryan Hilbert:

From the JWQL user survey: When query results are returned, keep them all on one page if possible.

We previously split query results into multiple pages in order to speed up page loading for queries that return a lot of results. Maybe we can find a middle ground here. Keep the results on a single page unless the number of returned exposures is greater than some threshold?

stscijgbot-jwql commented 3 months ago

Comment by Bradley Sappington on JIRA:

This already exists, except the threshold is user defined via drop down list with a few options ranging from 10 results per page to 500 results per page. 

I have changed the default to be 500 results per page, which is the JWQL self imposed "threshold".

stscijgbot-jwql commented 3 months ago

Comment by Bradley Sappington on JIRA:

The setting to 500 as default was handled in #1608