The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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
protected function performExactTagSearch()
{
$table = $this->getTable('Tags');
$tag = $table->getByText($this->getParams()->getDisplayQuery());
$tag = $table->getByText($this->getParams()->getDisplayQuery(), false);
if (empty($tag)) {
$this->resultTotal = 0;
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