search_api_yext
1 sites
No security coverage
Provides a Search API backend for integrating with Yext, enabling seamless synchronization of Drupal content to the Yext Knowledge Management platform.
Overview
Search API Yext extends the Search API module to provide a specialized backend for pushing content to Yext's Knowledge Management system. This integration allows organizations to automatically sync their Drupal content to Yext for enhanced search experiences and knowledge management across multiple digital properties.
Features
Core Functionality
- Automatic Content Sync: Automatically pushes content from Drupal to Yext when items are indexed and deletes items from Yext when Drupal content is deleted.
- Bulk Operations: Efficient bulk indexing and deletion of entities using Yext's Connector API
- NOTE: This module only supports the Yext Push API, not the Yext Search API. There is no support for Views.
Flexible Configuration
- Per-Index Connector Settings: Each Search API index can specify its own Yext connector name
- Customizable Field Mapping: Yext Push API Connectors can handle the field mapping and transformations
- Content Type Support: Works with any Drupal entity type (nodes, custom entities, etc.)
- Multilingual Support: Handles multilingual content with proper language tagging
See the README.md for configuration and usage instructions.
Dependencies
- Search API - Base Search API framework
- Key - Key module for API authentication