Bug fix: AJAX facet calls must support all UrlQueryHelper features (#1729)
- Solves problems with DeferredSideFacets and hierarchical facet displays in contexts where custom URL parameters are used (e.g. course reserves search results).
- Includes expanded functionality for the UrlQueryHelper, and a more granular, reworked test suite for that class.
Co-authored-by:
Ere Maijala <ere.maijala@helsinki.fi>
Showing
- module/VuFind/src/VuFind/AjaxHandler/GetFacetData.php 22 additions, 8 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetFacetData.php
- module/VuFind/src/VuFind/AjaxHandler/GetSideFacets.php 10 additions, 0 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetSideFacets.php
- module/VuFind/src/VuFind/Search/UrlQueryHelper.php 26 additions, 5 deletionsmodule/VuFind/src/VuFind/Search/UrlQueryHelper.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Search/UrlQueryHelperTest.php 91 additions, 19 deletions...s/unit-tests/src/VuFindTest/Search/UrlQueryHelperTest.php
- themes/bootstrap3/js/facets.js 16 additions, 18 deletionsthemes/bootstrap3/js/facets.js
- themes/bootstrap3/templates/Recommend/SideFacets/facet.phtml 2 additions, 1 deletionthemes/bootstrap3/templates/Recommend/SideFacets/facet.phtml
- themes/bootstrap3/templates/Recommend/SideFacets/hierarchical-facet.phtml 19 additions, 2 deletions...3/templates/Recommend/SideFacets/hierarchical-facet.phtml
- themes/bootstrap3/templates/Recommend/SideFacetsDeferred.phtml 87 additions, 70 deletions...s/bootstrap3/templates/Recommend/SideFacetsDeferred.phtml
Please register or sign in to comment