don't see checkbox

Created on 23 October 2024, 2 months ago

Problem/Motivation

The documentation says that additional options, including the "Show only used items" checkbox, should appear in the Better Exposed Filter setting section but I don't see any additional options at all. Is this module only for taxonomy or should it work with any content field? What did I miss? I did install and enable the module and my view does use the Better Exposed Filter. Also I'm using D10.2.10. Any help would be appreciated...

πŸ’¬ Support request
Status

Active

Version

3.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @monaw
  • πŸ‡΅πŸ‡­Philippines ambot112

    Based on code selective_better_exposed_filters/src/Plugin/better_exposed_filters/filter/SelectiveFilterBase.php line 42

    if ($filter->isExposed() && (
          $filter instanceof TaxonomyIndexTid
          || $filter instanceof EntityReference
          || $filter instanceof SearchApiOptions
          || $filter instanceof Bundle
          || $filter instanceof VERF
          || $filter instanceof ListField
          ) && !($filter instanceof TaxonomyIndexTidDepth)
        ) {

    This means that the `Show only used items` will appear when the filter is exposed, and its source is an EntityReference, SearchApiOptions and etc.

  • ah thanks @ambot112! i guess this won't work for me then...bummer.

    i don't see a way i can close this issue so if someone with that privilege can close it for me, thanks!

  • πŸ‡ΊπŸ‡¦Ukraine stomusic Ukraine
Production build 0.71.5 2024