Monkeys Commerce Search
No security coverage
This module provides advanced search and merchandising capabilities for e-commerce sites. It allows you to manage search behavior with features like pinning products, defining synonyms, analyzing search queries, and configuring faceted search for both themed and headless experiences.
MonkeysCommerce: Enterprise Search & Merchandising
Advanced search capabilities with built-in merchandising rules for MonkeysCommerce. Pin products, manage synonyms, analyze search queries, and deliver fast faceted search — both in Twig pages and via the headless API.
Services
Service ID Descriptionmkc_search.merchandising_manager
Create, evaluate, and apply merchandising rules (pin, boost, bury, block)
mkc_search.synonym_manager
Manage synonym pairs and directional mappings
mkc_search.product_indexer
Indexes product data for fast full-text and faceted search
mkc_search.analytics
Tracks search queries, click-through rates, and zero-result queries
plugin.manager.commerce_search_adapter
Pluggable search backend adapters (database, Solr, Elasticsearch, Meilisearch)
Admin Pages
/admin/commerce/search— Search dashboard with popular queries/admin/commerce/search/merchandising— Create merchandising rules/admin/commerce/search/synonyms— Manage synonym mappings/admin/commerce/search/analytics— Query analytics and zero-result reports/admin/commerce/search/settings— Search configuration
Storefront Pages
/search— Themed search results page with facets
API Endpoints
Method Path Description GET/api/mkc/v1/search
Full-text search with facet filters and pagination
GET
/api/mkc/v1/products/{id}/recommendations
Related product recommendations
Merchandising Rules
Action Description Pin Force a specific product to a fixed position in results Boost Increase relevance score for matching products Bury Decrease relevance score (e.g., out-of-stock items) Block Completely exclude products from search resultsInstallation
composer require drupal/mkc_search drush en mkc_search -y
Requirements
- Drupal 11.3+ or 12, PHP 8.2+
- MonkeysCommerce with mkc_catalog
Built with ❤️ by MonkeysCloud — empowering next-generation digital experiences.