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

Better display text for MixedList queries.

parent 0911f497
Branches
Tags archive/issue/5580
No related merge requests found
......@@ -111,6 +111,18 @@ class Params extends \VuFind\Search\Base\Params
}
}
/**
* Build a string for onscreen display.
*
* @return string
*/
public function getDisplayQuery()
{
return $this->translate(
'result_count', ['%%count%%' => count($this->recordsToRequest)]
);
}
/**
* Return record ids as a hidden filter list so that it is properly stored when
* the search is represented as an URL or stored in the database.
......
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