Problem/Motivation
I have a view with better exposed filters as links
When I reset selected filter, the paramaters in URL are not removed
So when I select a new filter value it is added to previos selection and not used as new
I tested this :
- without AJAX reset button is working correctly
- issue is with Exposed filter widget links and Default (so it is not related to widget bef_links
Steps to reproduce
1. View with exposed filter as BEF links, and reset button, AJAX enabled
2. Select one of tags (click on link filter) - AJAX results loaded and filter parameter is added into URL
3. Click on reset button - AJAX results loaded, exposed filters cleared, but they stay as parameters in URL, only reset=Reset added to URL
4. Select one of tags (click on link filter) - the result is merge of previous filter and new filter
Proposed resolution
Reset button should update URL parameters - remove filters
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | ajax-only-reset-button-doesnt-reset-3574547-9.patch | 4.42 KB | foxy-vikvik |
| #3 | screenshot-2026-02-25 16_26_58.png | 4.32 KB | grevil |
Issue fork better_exposed_filters-3574547
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
grevil commentedI have a similiar issue, where if I apply a filter and the filter bubble appears:

And now I try to remove the filter through pressing on the x, nothing happens and the filter stays.
I can confirm, that if I disable AJAX on the view, everything works as expected.
Comment #4
foxy-vikvik commentedTotally the same issue ..&reset=Reset at the end and the filters are not removed. I have taxonomy terms select
Comment #5
foxy-vikvik commenteddocroot/core/modules/views/js/ajax_view.js:157
Comment #8
smustgrave commentedComment #9
foxy-vikvik commentedPatch for Better Exposed filters 7.1.1 tag
Comment #10
grevil commentedSorry, my issue was related to Views Filter Summary: #3575799: Select does not get reset when pressing the remove filter link on the filter "bubble".
Comment #11
smustgrave commentedAnyone able to verify this fix?