Config schema missing after upgrading to Drupal 11.2

Created on 10 July 2025, 3 months ago

Problem/Motivation

After upgrading a site from 11.1 to 11.2 it gives this error for a view that works with the search_api index:
Schema errors for views.view.faceted_search with the following errors: views.view.faceted_search:display.default.display_options.fields.search_api_excerpt.filter_type missing schema, views.view.faceted_search:display.default.display_options.fields.created.settings.time_diff.description missing schema, views.view.faceted_search:display.default.display_options.fields.created_1.settings.time_diff.description missing schema, views.view.faceted_search:display.default.display_options.fields.body.fallback_options.filter_type missing schema, views.view.faceted_search:display.default.display_options.filters.facets_type.facet.processor_configs.display_value_widget_order.settings.sort missing schema, views.view.faceted_search:display.default.display_options.filters.facets_bundle.facet.processor_configs.display_value_widget_order.settings.sort missing schema.

Steps to reproduce

Upgrade a site to Drupal 11.2.

Proposed resolution

Add any schema that is missing.

Remaining tasks

Add the missing schema.

🐛 Bug report
Status

Active

Version

1.38

Component

General code

Created by

🇺🇸United States damienmckenna NH, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @damienmckenna
  • 🇺🇸United States damienmckenna NH, USA

    FYI this affects all views that use a Search API index as its source, not just this one view.

  • 🇦🇹Austria drunken monkey Vienna, Austria

    drunken monkey made their first commit to this issue’s fork.

  • 🇦🇹Austria drunken monkey Vienna, Austria

    Thanks for reporting this problem, and sorry it took me a while to respond.

    Looking into the three types of warnings separately:

    • The problem with time_diff.description is actually a Core bug, see 🐛 TimestampFormatter / time_diff missing config schema Active . Once that is fixed we might need to also adapt this module, but I wouldn’t do that right away.
    • I cannot reproduce the problem with search_api_excerpt.filter_type, the filter_type option is properly defined for type views.field.search_api_text. Maybe your view’s config defines a wrong plugin ID for that field? Try re-saving the view to fix this.
    • The problems with the facet filters should be reported in the Facets module.
Production build 0.71.5 2024