Problem/Motivation

One use case for this module is to reduce how overwhelming facets can be by not showing all (or any) of the options to start.

Proposed resolution

This will be ignored once filtering starts. Set to zero to not show any links until filtered.

To show everything, i guess this would have to be set to 1000 or something, or Yet Another Checkbox In The Configuration Form is needed.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

mlncn created an issue. See original summary.

  • mlncn committed ca7cce93 on 1.0.x
    Like it would have been working if BEF's Links actually used the links...

  • mlncn committed f4653d34 on 1.0.x
    Start messing with getting our values into the template
    
    Issue #3485419...

  • mlncn committed 5093a47d on 1.0.x
    Working for limiting initial links then showing/hiding all
    
    Styll needs...

  • mlncn committed 4304f7da on 1.0.x
    Fully working limiting initial links then showing/hiding all
    
    Issue #...

  • mlncn committed c7017c6f on 1.0.x
    Add some styling which will work at least for Bulma
    
    Issue #3485419...
mlncn’s picture

Status: Active » Needs review
brianbrarian’s picture

Testing with an exposed filter for a taxonomy reference field (about 125 terms in taxonomy). Oliviero theme.

BEF settings for the filter:
Exposed filter widget = Filterable links
Minimum number of facet links before showing text filter = 5
Initial number of links shown = 10
Allow showing all links = not checked

Result:
Links for all taxonomy terms are displayed initially, which is not the expected result.

Also see: https://www.drupal.org/project/bef_links_filter/issues/3485418#comment-1... for results when "Allow showing all links" is checked.