You are here

README.txt in Search API attachments 7

Search API Attachments Multifield

This contrib module extends the work of search_api_attachments by indexing
the files that belong to a multifield in the parent entity index.

Example:
You have a node that has 2 fields :

 field_documents: a File field.
 field_multifield: a Multifield that is containing some file fields:
   field_multifield_documents1: a File field.
   field_multifield_documents2: a File field.

To index the field_documents content, you do not need this submodule, just use
the search_api_attachments module.
To index field_multifield_documents1 and field_multifield_documents2 content
in our node index, you can use this submodule.

File

contrib/search_api_attachments_multifield/README.txt
View source
  1. Search API Attachments Multifield
  2. This contrib module extends the work of search_api_attachments by indexing
  3. the files that belong to a multifield in the parent entity index.
  4. Example:
  5. You have a node that has 2 fields :
  6. field_documents: a File field.
  7. field_multifield: a Multifield that is containing some file fields:
  8. field_multifield_documents1: a File field.
  9. field_multifield_documents2: a File field.
  10. To index the field_documents content, you do not need this submodule, just use
  11. the search_api_attachments module.
  12. To index field_multifield_documents1 and field_multifield_documents2 content
  13. in our node index, you can use this submodule.