When http.response.debug_cacheability_headers is enabled, the respective headers' size may exceed the server limit, resulting in server errors. This module overcomes this problem by splitting the debug cacheability headers into multiple chunks.
⚠️ 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
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.