README.txt in Search API attachments 7
Search API Attachments Field Collections
This contrib module extends the work of search_api_attachments by indexing
the files that belong to a field collection item entity in the parent entity
index.
Example:
You have a node that has 2 fields :
field_documents: a File field.
field_collections: a Field collection, that is containing some file fields:
field_collections_documents1: a File field.
field_collections_documents2: a File field.
To index the field_documents content, you don't need this submodule, just use
the search_api_attachments module.
To index field_collections_documents1 and field_collections_documents2 content
in our node index, you can use this submodule :)
File
contrib/search_api_attachments_field_collections/README.txt
View source
- Search API Attachments Field Collections
-
- This contrib module extends the work of search_api_attachments by indexing
- the files that belong to a field collection item entity in the parent entity
- index.
-
- Example:
- You have a node that has 2 fields :
-
- field_documents: a File field.
- field_collections: a Field collection, that is containing some file fields:
- field_collections_documents1: a File field.
- field_collections_documents2: a File field.
-
- To index the field_documents content, you don't need this submodule, just use
- the search_api_attachments module.
- To index field_collections_documents1 and field_collections_documents2 content
- in our node index, you can use this submodule :)