Skip to content
Snippets Groups Projects
Commit d242daab authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-3.0'

Conflicts:
	module/VuFind/src/VuFind/Search/Tags/Results.php
parents c6482f4d 00784824
No related merge requests found
...@@ -89,7 +89,7 @@ class Results extends BaseResults ...@@ -89,7 +89,7 @@ class Results extends BaseResults
protected function performExactTagSearch() protected function performExactTagSearch()
{ {
$table = $this->getTable('Tags'); $table = $this->getTable('Tags');
$tag = $table->getByText($this->getParams()->getDisplayQuery()); $tag = $table->getByText($this->getParams()->getDisplayQuery(), false);
if (empty($tag)) { if (empty($tag)) {
$this->resultTotal = 0; $this->resultTotal = 0;
return []; return [];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment