ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Catalog is having some SOLR and/or CSS UI issues currently #254

Closed mwengren closed 3 months ago

mwengren commented 3 months ago

At present the SOLR faceted search UI is broken/empty:

Screenshot 2024-06-10 12 44 01

There are also some CSS issues popping up in various UI elements.

Dataset content (sub-element tabs):

Screenshot 2024-06-10 12 44 54

Homepage:

Screenshot 2024-06-10 13 00 08

Footer:

Screenshot 2024-06-10 13 02 13

benjwadams commented 3 months ago

Not sure what changed, as CSS hasn't been modified recently.

As part of the feedback commits, I also addressed some of the broken styling for GCMD Keyword hierarchy in https://github.com/ioos/ckanext-ioos-theme/commit/fd4995571b065cb2f35744e2b457c584877166c1

benjwadams commented 3 months ago

Interface for get_facet_items_dict changed in CKAN 2.10.4 and now requires facets to be passed in explicitly. The facets themselves were being fetched from Solr, but weren't sent to the templates properly.

This has been addressed and now search facets are properly populating on the page.