Add missing config schema

Created on 20 November 2023, 7 months ago

Problem/Motivation

The configuration inspector is reporting missing schemas for the fields update_token and context on the plugin.plugin_configuration.search_api_solr_connector.searchstax.yml

Steps to reproduce

The easiest way to reproduce the issue:

  1. Run drush site:install -y --existing-config; on your site.
  2. The following error will appear:
           [error]  Unexpected error during import with operation create for search_api.server.test_searchstax_solr_server: 
           Schema errors for search_api.server.test_searchstax_solr_server with the following errors: 
           search_api.server.test_searchstax_solr_server:backend_config.connector_config.update_token missing schema, 
           search_api.server.test_searchstax_solr_server:backend_config.connector_config.context missing schema
          

The second way to reproduce the issue:

  1. Install configuration inspector
  2. View a plugin.plugin_configuration.search_api_solr_connector.* object
  3. See a missing schema notice for update_token and context

Proposed resolution

Add the missing schema for the update_token and context fields.

πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡¨πŸ‡΄Colombia I'mBatman

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024