Skip to content
Snippets Groups Projects

Dev#21441 custom fields facets

Merged Patrick Barroca requested to merge dev#21441_custom_fields_facets into master
Viewing commit 11ce7eac
Show latest version
4 files
+ 146
25
Preferences
Compare changes
Files
4
@@ -149,7 +149,8 @@ class Class_Indexation_PseudoNotice_FacettesVisitor extends Class_Indexation_Pse
protected function _visitCustomField($custom_values, $field) {
if (!($value = $custom_values->getFieldValue($field->getId()))
|| !$value->getValue())
|| !$value->getValue()
|| !$field->getIndexable())
return;
$thesaurus = $this