Make Solr\Backend::terms() more generic (#888)
- It is now easier to override hard-coded assumptions, and an alternate parameter format (with ParamBag first) is supported.
Showing
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php 31 additions, 8 deletions...le/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php
- module/VuFindSearch/src/VuFindSearch/ParamBag.php 12 additions, 0 deletionsmodule/VuFindSearch/src/VuFindSearch/ParamBag.php
- module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/BackendTest.php 23 additions, 0 deletions...ts/unit-tests/src/VuFindTest/Backend/Solr/BackendTest.php
- module/VuFindSearch/tests/unit-tests/src/VuFindTest/ParamBagTest.php 27 additions, 0 deletions...ndSearch/tests/unit-tests/src/VuFindTest/ParamBagTest.php
Please register or sign in to comment