Skip to content

Commit 92b39ea

Browse files
authored
Fix option selection
1 parent 1bb7dd8 commit 92b39ea

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_finder/src/Indexer

1 file changed

+1
-1
lines changed

administrator/components/com_finder/src/Indexer/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public static function addCustomFields(Result $item, $context)
463463
}
464464

465465
// We want to add this field as a taxonomy
466-
if (($searchindex == 1 || $searchindex == 3) && $field->value)
466+
if (($searchindex == 2 || $searchindex == 3) && $field->value)
467467
{
468468
$item->addTaxonomy($field->title, $field->value, $field->state, $field->access, $field->language);
469469
}

0 commit comments

Comments
 (0)