You are here

README.txt in Search API attachments 7

Search API Attachments Links

This contrib module extends the work of search_api_attachments by indexing
the files that are referenced by a link field in the parent entity index.

Example:
You have a node that has 2 fields :

 field_documents: a File field.
 field_links: a link field, that has file URLs.

To index the field_documents content, you don't need this submodule, just use
the search_api_attachments module.
To index field_links content in our node index, you can use this submodule :)

File

contrib/search_api_attachments_links/README.txt
View source
  1. Search API Attachments Links
  2. This contrib module extends the work of search_api_attachments by indexing
  3. the files that are referenced by a link field in the parent entity index.
  4. Example:
  5. You have a node that has 2 fields :
  6. field_documents: a File field.
  7. field_links: a link field, that has file URLs.
  8. To index the field_documents content, you don't need this submodule, just use
  9. the search_api_attachments module.
  10. To index field_links content in our node index, you can use this submodule :)