diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php index 28852d501e804f59dc2d90b848015235714fb6af..0e38efe8dd3c6fb2aff8d0d828cdca0babe2d981 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php @@ -60,6 +60,18 @@ class Options extends \VuFind\Search\Solr\Options $this->spellcheck = false; } + /** + * Return the route name for the facet list action. Returns false to cover + * unimplemented support. + * + * @return string|bool + */ + public function getFacetListAction() + { + // Not applicable here; we don't want to inherit the parent class' route. + return false; + } + /** * Return the route name for the search results action. * diff --git a/module/VuFind/src/VuFind/Search/SolrCollection/Options.php b/module/VuFind/src/VuFind/Search/SolrCollection/Options.php index 7661463f3efbf4ab2b894aaff6598340ab5d850b..37f671c31c2fb987fe7b8b39fa2b5782315079e8 100644 --- a/module/VuFind/src/VuFind/Search/SolrCollection/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrCollection/Options.php @@ -64,6 +64,18 @@ class Options extends \VuFind\Search\Solr\Options $this->defaultSort = key($this->sortOptions); } + /** + * Return the route name for the facet list action. Returns false to cover + * unimplemented support. + * + * @return string|bool + */ + public function getFacetListAction() + { + // TODO: implement support for this if needed. + return false; + } + /** * Load all recommendation settings from the relevant ini file. Returns an * associative array where the key is the location of the recommendations (top