NaturalHistoryMuseum / ckanext-nhm

A CKAN extension for the Natural History Museum's Data Portal.
GNU General Public License v3.0
25 stars 4 forks source link

Run search even if image preset not added #755

Closed alycejenni closed 8 months ago

alycejenni commented 8 months ago

748 was caused by calling loadAndCheckImages directly (without providing a search ID or a corresponding searchController) when the image filter already existed in the query. Even if a search ID had been passed in, no images would have loaded because it was also not running the search.

Closes: #748 (for real this time)