eea.facetednavigation icon indicating copy to clipboard operation
eea.facetednavigation copied to clipboard

Faceted Navigation for Plone Classic

Results 26 eea.facetednavigation issues
Sort by recently updated
recently updated
newest added

For example in `select` widget (but it is the same for **all widgets**). The class handling "hiding zero results" option is put on the widget (line 14) : https://github.com/eea/eea.facetednavigation/blob/2199207b77f27aa38e17a9fd0357cde7418659aa/eea/facetednavigation/widgets/select/widget.pt#L1-L14 But...

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...

dependencies

There is an issue in the way `eea.facetednavigation` inserts its layouts into the Plone Display menu. If your type has only one available view (example : `summary_view` on Collection), the...

We discovered an issue introduced by commit https://github.com/eea/eea.facetednavigation/commit/40f992e21e1ecb0334baf0f87d42902a68ef0978#diff-11b1b0a09c524cdf8b6e64f485a18017236902ce143fee65c5529e5fe0c5233b When filter is applied by clicking on search button, the value displayed change and are replaced by it's value instead of it's...

In the "Results per page" widget, the `` generated does not have a matching `` which is required by [WCAG section 1.1.1 "Non-Text Content"](https://www.w3.org/TR/WCAG21/#non-text-content). This is being flagged in a...

Hi @avoinea @alecghica we have following use case : - we use keywords (Subjects) for various semantic cases, for example "colour" and "size", so we have "red", "green", "orange", "big",...

Enhancement

We had a problem with this expression in CSS / JS conditions : `python:'configure_faceted.html' in request.URL0` We don't know exactly why, but we have edge cases where request is :...

Bug

When the _Alphabetic_ widget is chosen, the Faceted Navigation Page will only work with the _faceted items preview_. Choosing a display other than the _faceted items preview_ will freeze the...

Bug
UI
UX

It could be great to allow results sorting with different sort indexes & orders (combining sort widgets queries). For now, the sort is decided by the last sort widget.

Enhancement