Use fluent interface for UrlQueryHelper. (#850)
- Improves efficiency of query generation by reducing redundant processing - Allows multiple operations to be stacked together - Includes improved test coverage
Showing
- module/VuFind/src/VuFind/Controller/AjaxController.php 2 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/SearchController.php 9 additions, 9 deletionsmodule/VuFind/src/VuFind/Controller/SearchController.php
- module/VuFind/src/VuFind/Recommend/MapSelection.php 2 additions, 3 deletionsmodule/VuFind/src/VuFind/Recommend/MapSelection.php
- module/VuFind/src/VuFind/Recommend/RemoveFilters.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Recommend/RemoveFilters.php
- module/VuFind/src/VuFind/Search/Base/Results.php 16 additions, 3 deletionsmodule/VuFind/src/VuFind/Search/Base/Results.php
- module/VuFind/src/VuFind/Search/Factory/UrlQueryHelperFactory.php 166 additions, 0 deletions...uFind/src/VuFind/Search/Factory/UrlQueryHelperFactory.php
- module/VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php 12 additions, 17 deletions...VuFind/src/VuFind/Search/Solr/HierarchicalFacetHelper.php
- module/VuFind/src/VuFind/Search/SolrAuthor/Results.php 9 additions, 2 deletionsmodule/VuFind/src/VuFind/Search/SolrAuthor/Results.php
- module/VuFind/src/VuFind/Search/UrlQueryHelper.php 199 additions, 173 deletionsmodule/VuFind/src/VuFind/Search/UrlQueryHelper.php
- module/VuFind/src/VuFind/View/Helper/AbstractSearch.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/View/Helper/AbstractSearch.php
- module/VuFind/src/VuFind/View/Helper/Root/ResultFeed.php 5 additions, 5 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/ResultFeed.php
- module/VuFind/src/VuFind/View/Helper/Root/SortFacetList.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/SortFacetList.php
- module/VuFind/tests/unit-tests/src/VuFindTest/Search/UrlQueryHelperTest.php 161 additions, 0 deletions...s/unit-tests/src/VuFindTest/Search/UrlQueryHelperTest.php
Please register or sign in to comment