Maintainers monitor issues, but fast responses are not guaranteed.

OpenSearch Index

⚠️ Important Notice: This module is minimally maintained and provides low-level OpenSearch integration. Most users should use the well-regarded Search API module with the Search API OpenSearch backend instead, which offers better features, documentation, and community support.

This module offers basic OpenSearch/Elasticsearch integration with minimal abstraction. It's designed for developers who want semi-direct communication with the search engine rather than working through higher-level APIs and plugins.

Basic functionality includes:

  • Direct query execution via QueryInterface with simple ::toArray() method
  • Service-based API: \Drupal::service(SearchApi::class)->search($query)
  • Basic content indexing system
  • JSON search endpoint
  • Drush commands for index management

Use this module only if you need direct control over OpenSearch queries and are comfortable handling low-level search implementation. The indexing functionality is basic compared to the more mature search solutions.

Menu Link Content View Access

This module provides a user permission to view menu link entities.

Salesforce Push Queue UI

Provides a comprehensive web interface for managing and monitoring Salesforce push queue items with visual status indicators and bulk management operations.

Project Browser Dataset

This is a dataset that is gotten from Project Browser of all the modules for AI.

Drupal Module Chatbot Recipe

This recipe will setup a system that will index all the Drupal modules in a RAG database, setup an agent and let you chat with it to find the Drupal modules you never heard about.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained