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

Whitespace cleanup.

parent 188717f4
No related merge requests found
......@@ -57,12 +57,12 @@ class Results extends \VuFind\Search\Base\Results
$this->responseFacets = $collection->getFacets();
$this->resultTotal = $collection->getTotal();
//Add a publication date facet
// Add a publication date facet
$this->responseFacets[] = [
'fieldName' => 'PublicationDate',
'displayName' => 'PublicationDate',
'displayText' => 'Publication Date',
'counts' => []
'fieldName' => 'PublicationDate',
'displayName' => 'PublicationDate',
'displayText' => 'Publication Date',
'counts' => []
];
// Construct record drivers for all the items in the response:
......
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