You are here

README.txt in Search API attachments 7

Search API Attachments User Content

This contrib module extends the work of search_api_attachments by indexing
the files that belong to nodes that were created by the indexed user.

Example:
You have two file fields, one on users, one on nodes:

  User:
    field_user_file
  Node:
    field_node_file

If you create a search index based on users, but want to index all the contents
from field_node_file, based on the node author, you have to use this module.

For indexing field_user_file in a user index, you don't need this module. If you
do not have an index based on users (item type "User" or similar), this module
will not have any effect.

File

contrib/search_api_attachments_user_content/README.txt
View source
  1. Search API Attachments User Content
  2. This contrib module extends the work of search_api_attachments by indexing
  3. the files that belong to nodes that were created by the indexed user.
  4. Example:
  5. You have two file fields, one on users, one on nodes:
  6. User:
  7. field_user_file
  8. Node:
  9. field_node_file
  10. If you create a search index based on users, but want to index all the contents
  11. from field_node_file, based on the node author, you have to use this module.
  12. For indexing field_user_file in a user index, you don't need this module. If you
  13. do not have an index based on users (item type "User" or similar), this module
  14. will not have any effect.