- π¨π·Costa Rica adiaz San JosΓ©, Costa Rica
Tested merge request in #15 and works as expected. Thanks a lot!
- πΊπΈUnited States andysipple
Re-roll patch #13 π Facets searches don't update results RTBC
It was not applying to v1.7.0 or the dev version. - π¨π¦Canada gwvoigt London, ON π¨π¦
Not working for me... my Search view loads fine, then I select a facet, the results are updated correctly with ajax. I unselect the facet and the results are not updated... I'm using the dev version and I have this patch applied
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 3:17pm 22 May 2023 - π«π·France duaelfr Montpellier, France
(I rebased the fork on 8.x-1.x to ensure it applies well)
- Status changed to RTBC
about 1 year ago 12:30pm 17 October 2023 - πͺπΈSpain pcambra Asturies
Confirmed the issue and the patch fixes it for me
This patch fixes the bug that when you remove a facet the results did not load.
- Status changed to Needs review
7 months ago 1:54pm 21 April 2024 - πΊπΈUnited States danflanagan8 St. Louis, US
The patch in #28 unfortunately did not work for me. I'm using facets 3.x (i.e. as views exposed filters) and views_ajax_history.
When I try to un-check a facet, the view re-loads with no changes. If I un-check the facet a second time, then the view re-loads correctly. This happens with or without this patch. Not sure if it's a facets bug or a views_ajax_history bug.
- π©πͺGermany mbuechner Frankfurt am Main
I can confirm what @31danflanagan8 says. But the current 8.x-1.x-dev fixes the problem!
composer require 'drupal/views_ajax_history:1.x-dev@dev'
If someone created a release for version 1.8, I'd be happy ;-)
- π§πͺBelgium Wouter Waeytens
Patch in this issue fixed the problem for me.
https://www.drupal.org/project/views_ajax_history/issues/3364206 π AJAX GET in core: Alter ajax url query parameters Needs review