This project is not covered by Drupal’s security advisory policy.
Takes the AI Image Classification recipe and makes its results searchable by building a Search API index, backed by your Drupal database.
What it does
The AI Image Classification recipe enriches image media with AI-generated metadata - an image description, alt text, and taxonomy tags. On its own, that metadata sits on the media entities but is not easy to search.
This recipe adds the missing piece: it applies the image classification recipe and then creates a Search API server and index that expose those AI-generated fields (plus the image's own properties) as a searchable index. Indexing happens automatically as content is created and updated.
What gets installed
- The AI Image Classification recipe (applied as a dependency).
search_apiandsearch_api_db— Search API and its database backend.automated_cron— so content still gets indexed even when no system cron job is configured (indexing runs during cron).
Using it on its own
- Apply the recipe.
- Make sure your images have been classified (the classification recipe generates descriptions and tags).
- Let cron run, or index manually with
drush search-api:index image_database_index. - Build a View on the Image Database Index, or query the index from your own code, to search and filter images by their AI description, tags, alt text, and more.
Requirements
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Artificial Intelligence (AI), Site search
- Ecosystem: AI (Artificial Intelligence)
- By marcus_johansson on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

