search_api_h5p
The Search API H5P module is a Search API integration for H5P content that allows you to index and search H5P content within Drupal. It provides a processor that extracts relevant information from H5P content and makes it
available for indexing by Search API. The content of the field is replaced with
extracted text, thus it should be placed before any other processors that might
want to use the content of the field.
Possible issues
NB! The module overrides default H5PItem field class with a custom one that changes the main property name to h5p_content_id. This could affect the code that accesses the fields assuming the default name of value.
Features
Allows adding H5P content fields for entities in Search API indexes, allowing you to search and filter content based on textual data extracted from H5P content data.
Post-Installation
- Enable the H5P content in the list of processors for the index.
- Make sure that it is the first processor in the Preprocess index list.