Handle null response from Solr properly. (#1733)
At least the similar handler in Solr 8.x can return null in the response element when no similar records are found.
Showing
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollection.php 5 additions, 0 deletions...indSearch/Backend/Solr/Response/Json/RecordCollection.php
- module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/Response/Json/RecordCollectionTest.php 23 additions, 0 deletions...dTest/Backend/Solr/Response/Json/RecordCollectionTest.php
Please register or sign in to comment