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

Merge pull request #297 from EreMaijala/unprocessed-fields

Added support for keeping also the unprocessed Solr index fields when pr...
parents 4963951d 834d0786
No related merge requests found
......@@ -196,6 +196,8 @@ class HierarchicalFacetListener
if (!isset($fields[$facetName])) {
continue;
}
// Keep the original data too
$fields["__unprocessed_$facetName"] = $fields[$facetName];
if (is_array($fields[$facetName])) {
// If full facet display style is used, discard all but the
// most significant value
......
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