Field Collection Taxonomy index

Categories

Component ID

2719757

Component name

Field Collection Taxonomy index

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

When you use field collenction entity reference(taxonomy term), it can not index terms.

my module help you index taxonomy terms.

this is a field collection taxonomy term fields. and you must copy machine name. Which names is field_artists_name and field_role_name. and than go to path "admin/config/ti/ti".

Viewing first image


and paste here in textarea. using "," like tags.

Viewing second image



requirements:

Field Collection 8.x-2.x-dev
Inline Entity Form 8.x-1.0-alpha6

Annotation
Use Field Collection 8.x-2.x-dev and Inline Entity Form 8.x-1.0-alpha6 and than in field collection src/FieldCollectionItemAccessControlHandler.php add this function beacause show you "Add new field collection item" Button. and than everything work well.

protected function checkCreateAccess(AccountInterface $account, array $context, $entity_bundle = NULL) {
    return AccessResult::allowed();
}