Skip to content
Snippets Groups Projects
Commit d5339622 authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Process hierarchical facets for "similar" requests too.

parent 2a599827
No related merge requests found
......@@ -152,7 +152,7 @@ class HierarchicalFacetListener
}
$context = $event->getParam('context');
if ($context == 'search' || $context == 'retrieve'
|| $context == 'retrieveBatch'
|| $context == 'retrieveBatch' || $context == 'similar'
) {
$this->processHierarchicalFacets($event);
}
......
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