Implemented LibGuides search backend.
- Thanks to Chelsea Lobdell for sharing 1.x code as a basis for this.
Showing
- config/vufind/LibGuides.ini 7 additions, 0 deletionsconfig/vufind/LibGuides.ini
- module/VuFind/config/module.config.php 5 additions, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/LibGuidesController.php 73 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/LibGuidesController.php
- module/VuFind/src/VuFind/RecordDriver/Factory.php 25 additions, 13 deletionsmodule/VuFind/src/VuFind/RecordDriver/Factory.php
- module/VuFind/src/VuFind/RecordDriver/LibGuides.php 50 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordDriver/LibGuides.php
- module/VuFind/src/VuFind/Search/Factory/LibGuidesBackendFactory.php 155 additions, 0 deletions...ind/src/VuFind/Search/Factory/LibGuidesBackendFactory.php
- module/VuFind/src/VuFind/Search/LibGuides/Options.php 73 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/LibGuides/Options.php
- module/VuFind/src/VuFind/Search/LibGuides/Params.php 41 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/LibGuides/Params.php
- module/VuFind/src/VuFind/Search/LibGuides/Results.php 75 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/LibGuides/Results.php
- module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Backend.php 222 additions, 0 deletions...FindSearch/src/VuFindSearch/Backend/LibGuides/Backend.php
- module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Connector.php 213 additions, 0 deletions...ndSearch/src/VuFindSearch/Backend/LibGuides/Connector.php
- module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/QueryBuilder.php 120 additions, 0 deletions...earch/src/VuFindSearch/Backend/LibGuides/QueryBuilder.php
- module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollection.php 96 additions, 0 deletions...indSearch/Backend/LibGuides/Response/RecordCollection.php
- module/VuFindSearch/src/VuFindSearch/Backend/LibGuides/Response/RecordCollectionFactory.php 110 additions, 0 deletions...ch/Backend/LibGuides/Response/RecordCollectionFactory.php
- themes/blueprint/templates/RecordDriver/LibGuides/result-list.phtml 16 additions, 0 deletions...eprint/templates/RecordDriver/LibGuides/result-list.phtml
- themes/blueprint/templates/libguides/home.phtml 1 addition, 0 deletionsthemes/blueprint/templates/libguides/home.phtml
- themes/blueprint/templates/libguides/results.phtml 5 additions, 0 deletionsthemes/blueprint/templates/libguides/results.phtml
- themes/bootstrap/templates/RecordDriver/LibGuides/result-list.phtml 15 additions, 0 deletions...tstrap/templates/RecordDriver/LibGuides/result-list.phtml
- themes/bootstrap/templates/libguides/home.phtml 1 addition, 0 deletionsthemes/bootstrap/templates/libguides/home.phtml
- themes/bootstrap/templates/libguides/results.phtml 5 additions, 0 deletionsthemes/bootstrap/templates/libguides/results.phtml
Please register or sign in to comment