A basic filter that does not have the "required" option selected results in an empty result set.

To repro:

  1. Install Drupal 8.0.0 using the Standard profile
  2. Log in as admin and navigate to /admin/structure/views/view/content
  3. Click on the "Content: Type" filter and tick the "Allow multiple selections" option
  4. Under "Exposed form style" click "Basic"
  5. Tick "Better Exposed Filters" and "Apply"
  6. On the next screen, set the "type" filter to checkboxes/radio buttons
  7. "Apply" and "Save"
  8. Navigate to /admin/content

Note: no results shown.

Comments

mikeker created an issue. See original summary.

mikeker’s picture

Issue tags: +d8port
mikeker’s picture

akalata’s picture

Confirming that the patch in #2651102-16: Using checkboxes for exposed filters results in zero rows displaying fixes this issue. Thanks!