You are here

Files in Search API attachments 7

Primary tabs

File namesort descending Location Namespace Description
callback_attachments_comment_settings.inc contrib/search_api_attachments_comment/includes/callback_attachments_comment_settings.inc Search API data alteration callback.
callback_attachments_commerce_product_reference_settings.inc contrib/search_api_attachments_commerce_product_reference/includes/callback_attachments_commerce_product_reference_settings.inc Search API data alteration callback.
callback_attachments_entityreference_settings.inc contrib/search_api_attachments_entityreference/includes/callback_attachments_entityreference_settings.inc Search API data alteration callback.
callback_attachments_field_collections_settings.inc contrib/search_api_attachments_field_collections/includes/callback_attachments_field_collections_settings.inc Search API data alteration callback.
callback_attachments_links_settings.inc contrib/search_api_attachments_links/includes/callback_attachments_links_settings.inc Search API data alteration callback.
callback_attachments_multifield_settings.inc contrib/search_api_attachments_multifield/includes/callback_attachments_multifield_settings.inc Search API data alteration callback.
callback_attachments_multiple_entities_settings.inc contrib/search_api_attachments_multiple_entities/includes/callback_attachments_multiple_entities_settings.inc Search API data alteration callback.
callback_attachments_paragraphs_settings.inc contrib/search_api_attachments_paragraphs/includes/callback_attachments_paragraphs_settings.inc Search API data alteration callback.
callback_attachments_references_settings.inc contrib/search_api_attachments_references/includes/callback_attachments_references_settings.inc Search API data alteration callback.
callback_attachments_settings.inc includes/callback_attachments_settings.inc Search API data alteration callback.
callback_attachments_user_content_settings.inc contrib/search_api_attachments_user_content/includes/callback_attachments_user_content_settings.inc Search API data alteration callback.
README.txt README.txt INTRODUCTION ------------ Search API Attachments This module is an add-on to the Search API which allows the indexing and searching of attachments. The extraction can be done using : Apache Tika Library or The Solr built-in extractor or Acquia…
README.txt contrib/search_api_attachments_links/README.txt 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…
README.txt contrib/search_api_attachments_paragraphs/README.txt Search API Attachments Paragraphs This contrib module extends the work of search_api_attachments by indexing the files that belong to a paragraphs item referenced by a paragraphs field in the parent entity index. Example: You have a node that has 2…
README.txt contrib/search_api_attachments_field_collections/README.txt 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 : …
README.txt contrib/search_api_attachments_comment/README.txt Search API Attachments Comment This contrib module extends the work of search_api_attachments by indexing the files that belong to the comments of the nodes of the index.
README.txt contrib/search_api_attachments_user_content/README.txt 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: …
README.txt contrib/search_api_attachments_entityreference/README.txt Search API Attachments Entityreference This contrib module extends the work of search_api_attachments by indexing the files that belong to an entity referenced by an entityreference field in the parent entity index. Example: You have a node that has…
README.txt contrib/search_api_attachments_references/README.txt Search API Attachments References This contrib module extends the work of search_api_attachments by indexing the files that belong to a referenced node by an node reference field in the parent entity index. Example: You have a node that has 2 fields…
README.txt contrib/search_api_attachments_commerce_product_reference/README.txt Search API Attachments Commerce Product References This contrib module extends the work of search_api_attachments by indexing the files that belong to a commerce product referenced by a commerce_product_reference field in the parent entity…
README.txt contrib/search_api_attachments_multifield/README.txt 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…
search_api_attachments.admin.inc search_api_attachments.admin.inc Admin settings.
search_api_attachments.api.php search_api_attachments.api.php Hooks provided by the "Search API attachments" module.
search_api_attachments.info search_api_attachments.info name = Search API attachments description = "Provides a generic API for modules offering search capabilities." core = 7.x package = Search configure = admin/config/search/search_api/attachments dependencies[] = file dependencies[] =…
search_api_attachments.install search_api_attachments.install Module install file.
search_api_attachments.module search_api_attachments.module Drupal hooks.
search_api_attachments.views.inc search_api_attachments.views.inc Adds views hooks.
search_api_attachments_comment.info contrib/search_api_attachments_comment/search_api_attachments_comment.info name = Search API Attachments Comment description = "Extends the attachments indexing to file fields in the comments." dependencies[] = comment dependencies[] = search_api_attachments core = 7.x package = Search files[] =…
search_api_attachments_comment.module contrib/search_api_attachments_comment/search_api_attachments_comment.module Drupal hooks.
search_api_attachments_commerce_product_reference.info contrib/search_api_attachments_commerce_product_reference/search_api_attachments_commerce_product_reference.info name = Search API Attachments Commerce Product Reference description = "Extends the attachments indexing to file fields in the referenced Commerce product" dependencies[] = commerce_product_reference dependencies[] =…
search_api_attachments_commerce_product_reference.module contrib/search_api_attachments_commerce_product_reference/search_api_attachments_commerce_product_reference.module Drupal hooks.
search_api_attachments_entityreference.info contrib/search_api_attachments_entityreference/search_api_attachments_entityreference.info name = Search API Attachments Entityreference description = "Extends the attachments indexing to file fields in the referenced entity" dependencies[] = entityreference dependencies[] = search_api_attachments core = 7.x package =…
search_api_attachments_entityreference.module contrib/search_api_attachments_entityreference/search_api_attachments_entityreference.module Drupal hooks.
search_api_attachments_field_collections.info contrib/search_api_attachments_field_collections/search_api_attachments_field_collections.info name = Search API Attachments Field Collections description = "Extends the attachments indexing to file fields in the referenced field collection" dependencies[] = field_collection dependencies[] = search_api_attachments core = 7.x package =…
search_api_attachments_field_collections.install contrib/search_api_attachments_field_collections/search_api_attachments_field_collections.install Module install file.
search_api_attachments_field_collections.module contrib/search_api_attachments_field_collections/search_api_attachments_field_collections.module Drupal hooks.
search_api_attachments_links.info contrib/search_api_attachments_links/search_api_attachments_links.info name = Search API Attachments Links description = "Extends the attachments indexing to link fields in the indexed entity" core = 7.x package = Search dependencies[] = search_api_attachments dependencies[] = link files[] =…
search_api_attachments_links.module contrib/search_api_attachments_links/search_api_attachments_links.module Drupal hooks
search_api_attachments_multifield.info contrib/search_api_attachments_multifield/search_api_attachments_multifield.info name = Search API Attachments Multifield description = "Extends the attachments indexing to file fields in a multifield field" dependencies[] = multifield dependencies[] = search_api_attachments core = 7.x package = Search files[] =…
search_api_attachments_multifield.module contrib/search_api_attachments_multifield/search_api_attachments_multifield.module Drupal hooks.
search_api_attachments_multiple_entities.info contrib/search_api_attachments_multiple_entities/search_api_attachments_multiple_entities.info name = Search API Attachments Multiple Entities description = Extends the attachments indexing to file fields in multiple entities dependencies[] = search_api core = 7.x package = Search files[] =…
search_api_attachments_multiple_entities.module contrib/search_api_attachments_multiple_entities/search_api_attachments_multiple_entities.module Drupal hooks
search_api_attachments_paragraphs.info contrib/search_api_attachments_paragraphs/search_api_attachments_paragraphs.info name = Search API Attachments Paragraphs description = "Extends the attachments indexing to file fields in the referenced Paragraph" dependencies[] = paragraphs dependencies[] = search_api_attachments core = 7.x package = Search files[] =…
search_api_attachments_paragraphs.module contrib/search_api_attachments_paragraphs/search_api_attachments_paragraphs.module Drupal hooks.
search_api_attachments_references.info contrib/search_api_attachments_references/search_api_attachments_references.info name = Search API Attachments References description = "Extends the attachments indexing to file fields in the referenced entity using the references sub-modules" core = 7.x package = Search dependencies[] =…
search_api_attachments_references.module contrib/search_api_attachments_references/search_api_attachments_references.module Drupal hooks.
search_api_attachments_user_content.info contrib/search_api_attachments_user_content/search_api_attachments_user_content.info name = Search API Attachments User Content description = "Extends the attachments indexing to file fields on nodes created by the indexed users." dependencies[] = search_api_attachments core = 7.x package = Search files[] =…
search_api_attachments_user_content.module contrib/search_api_attachments_user_content/search_api_attachments_user_content.module Drupal hooks.
search_api_attachments_views_handler_attachments_filter.inc includes/views/search_api_attachments_views_handler_attachments_filter.inc Contains SearchApiAttachmentsViewsHandlerAttachmentsFilter.

Other projects