drupal-search-api
Installation
SKILL.md
Drupal Search API Patterns
This skill documents Search API configuration patterns, boosting strategies, and custom processor development for Drupal sites.
Index Configuration
Field Type Requirements
Boolean Fields for Boosting
- Boolean fields work best with custom boost processors
- Integer fields can cause issues with boolean-based boost logic
- Always configure boolean fields as
type: booleanin index settings