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

Merge branch 'release-2.4'

parents 4da0cd30 126bb1c1
No related merge requests found
...@@ -145,7 +145,7 @@ class ResultFeed extends AbstractHelper implements TranslatorAwareInterface ...@@ -145,7 +145,7 @@ class ResultFeed extends AbstractHelper implements TranslatorAwareInterface
$feed->setOpensearchTotalResults($results->getResultTotal()); $feed->setOpensearchTotalResults($results->getResultTotal());
$feed->setOpensearchItemsPerPage($params->getLimit()); $feed->setOpensearchItemsPerPage($params->getLimit());
$feed->setOpensearchStartIndex($results->getStartRecord() - 1); $feed->setOpensearchStartIndex($results->getStartRecord() - 1);
$feed->setOpensearchSearchTerms($params->getQuery()->getString()); $feed->setOpensearchSearchTerms($params->getQuery()->getAllTerms());
$records = $results->getResults(); $records = $results->getResults();
foreach ($records as $current) { foreach ($records as $current) {
......
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