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 in index settings Configuration Command Numeric Fields for Engagement Boosting Flag Count Fields - Use for count fields - Managed by module - Automatically indexed and updated Boost Processors Custom Boolean Boost…