Does this respect the 'Any' option

Created on 27 April 2018, over 6 years ago
Updated 19 July 2023, over 1 year ago

Right now when I enable this module and setup the filter, then I get no results in the view.

None of the values are required.

here is what is run:

SELECT groups_field_data.created AS groups_field_data_created, groups_field_data.id AS id
FROM
{groups_field_data} groups_field_data
INNER JOIN {group__field_group_categories} group__field_group_categories ON groups_field_data.id = group__field_group_categories.entity_id AND group__field_sng_group_categories.deleted = '0'
WHERE (group__field_group_categories.field_group_categories_target_id = 'All')
ORDER BY groups_field_data_created DESC
LIMIT 11 OFFSET 0

without dependent filter I see this:
SELECT groups_field_data.created AS groups_field_data_created, groups_field_data.id AS id
FROM
{groups_field_data} groups_field_data
ORDER BY groups_field_data_created DESC
LIMIT 11 OFFSET 0

How to reproduce it:

Add couple of exposed filters with default value set to "ALL" and observe that all values are displaying. Then add dependent filter and see that values disappears and only shows when any of the filter value is selected.

πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024