Extend hierarchy/collection functions to work with more backends (#1478)
- In addition to making code more flexible, implement full support for the Search2 backend.
Showing
- config/vufind/HierarchySearch2.ini 6 additions, 0 deletionsconfig/vufind/HierarchySearch2.ini
- config/vufind/RecordTabs.ini 18 additions, 0 deletionsconfig/vufind/RecordTabs.ini
- config/vufind/config.ini 1 addition, 0 deletionsconfig/vufind/config.ini
- module/VuFind/config/module.config.php 5 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/Search2collectionController.php 42 additions, 0 deletions...ind/src/VuFind/Controller/Search2collectionController.php
- module/VuFind/src/VuFind/Hierarchy/Driver/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/Hierarchy/Driver/PluginManager.php
- module/VuFind/src/VuFind/Hierarchy/TreeDataSource/PluginManager.php 2 additions, 0 deletions...ind/src/VuFind/Hierarchy/TreeDataSource/PluginManager.php
- module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Search2.php 65 additions, 0 deletions...le/VuFind/src/VuFind/Hierarchy/TreeDataSource/Search2.php
- module/VuFind/src/VuFind/Hierarchy/TreeDataSource/Search2Factory.php 47 additions, 0 deletions...nd/src/VuFind/Hierarchy/TreeDataSource/Search2Factory.php
- module/VuFind/src/VuFind/Record/Router.php 5 additions, 1 deletionmodule/VuFind/src/VuFind/Record/Router.php
- module/VuFind/src/VuFind/RecordDriver/PluginManager.php 15 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordDriver/PluginManager.php
- module/VuFind/src/VuFind/RecordDriver/Search2Default.php 65 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordDriver/Search2Default.php
- module/VuFind/src/VuFind/RecordTab/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordTab/PluginManager.php
- module/VuFind/src/VuFind/RecordTab/Search2CollectionList.php 47 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordTab/Search2CollectionList.php
- module/VuFind/src/VuFind/Search/BackendRegistry.php 1 addition, 0 deletionsmodule/VuFind/src/VuFind/Search/BackendRegistry.php
- module/VuFind/src/VuFind/Search/Factory/Search2BackendFactory.php 7 additions, 0 deletions...uFind/src/VuFind/Search/Factory/Search2BackendFactory.php
- module/VuFind/src/VuFind/Search/Options/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/Options/PluginManager.php
- module/VuFind/src/VuFind/Search/Results/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/Results/PluginManager.php
- module/VuFind/src/VuFind/Search/Search2Collection/Options.php 41 additions, 0 deletions...le/VuFind/src/VuFind/Search/Search2Collection/Options.php
- module/VuFind/src/VuFind/Search/Search2Collection/Params.php 41 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/Search2Collection/Params.php
Please register or sign in to comment