Implementation of support for hierarchical facets.
Showing
- config/vufind/facets.ini 18 additions, 0 deletionsconfig/vufind/facets.ini
- module/VuFind/config/module.config.php 1 addition, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 46 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/SearchController.php 56 additions, 4 deletionsmodule/VuFind/src/VuFind/Controller/SearchController.php
- module/VuFind/src/VuFind/Recommend/AbstractFacets.php 12 additions, 0 deletionsmodule/VuFind/src/VuFind/Recommend/AbstractFacets.php
- module/VuFind/src/VuFind/Recommend/Factory.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Recommend/Factory.php
- module/VuFind/src/VuFind/Recommend/SideFacets.php 84 additions, 1 deletionmodule/VuFind/src/VuFind/Recommend/SideFacets.php
- module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php 31 additions, 4 deletions.../src/VuFind/Search/Factory/AbstractSolrBackendFactory.php
- module/VuFind/src/VuFind/Search/Factory/SolrAuthBackendFactory.php 1 addition, 0 deletions...Find/src/VuFind/Search/Factory/SolrAuthBackendFactory.php
- module/VuFind/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php 1 addition, 0 deletions...d/src/VuFind/Search/Factory/SolrDefaultBackendFactory.php
- module/VuFind/src/VuFind/Search/Factory/SolrReservesBackendFactory.php 1 addition, 0 deletions.../src/VuFind/Search/Factory/SolrReservesBackendFactory.php
- module/VuFind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php 1 addition, 0 deletions...ind/src/VuFind/Search/Factory/SolrStatsBackendFactory.php
- module/VuFind/src/VuFind/Search/Factory/SolrWebBackendFactory.php 1 addition, 0 deletions...uFind/src/VuFind/Search/Factory/SolrWebBackendFactory.php
- module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php 257 additions, 0 deletions...VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php
- module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetListener.php 253 additions, 0 deletions...Find/src/VuFind/Search/Solr/HierarchicalFacetListener.php
- module/VuFind/src/VuFind/Search/Solr/Options.php 43 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/Solr/Options.php
- module/VuFind/src/VuFind/Search/Solr/Params.php 16 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/Solr/Params.php
- module/VuFind/src/VuFind/Search/UrlQueryHelper.php 24 additions, 17 deletionsmodule/VuFind/src/VuFind/Search/UrlQueryHelper.php
- module/VuFind/src/VuFindTest/Unit/TestCase.php 2 additions, 0 deletionsmodule/VuFind/src/VuFindTest/Unit/TestCase.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Search/Solr/HierarchicalFacetHelperTest.php 246 additions, 0 deletions...rc/VuFindTest/Search/Solr/HierarchicalFacetHelperTest.php
Please register or sign in to comment