Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Adds a setting to preload certain libraries, that way we can avoid having to render the entire page just to replace small parts of it (increases the speed noticeably between changes)
Moves main search functionality into a Service usable by other modules. Other code reorganization. Fix for the workflow filter and its interaction with publication status filter. Content filtering.
It adds an opinionated way of building faceted HTMX-powered views (using REST views as a back-end) that should rival the performance and reactivity of a full blown react app powered by REST views.
It should be fully themeable (every facet, every view, ...).
Expansions to this functionality can be released in the future, like different types of facets (currently only a list of checkboxes).