The sequence definitions for the schema files have to be updated to fit the core.

https://www.drupal.org/node/2442603

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LKS90’s picture

Status: Active » Needs review
FileSize
2.23 KB

removed dashes, kept formatting

drunken monkey’s picture

Thanks a lot! I already had this on my radar, but if you already supply a patch that of course makes it all the easier.
One thing, though:

+++ b/search_api_db/config/schema/search_api_db.backend.schema.yml
@@ -22,27 +22,27 @@ search_api.backend.plugin.search_api_db:
+        label: 'Field table'
+        sequence:
+            type: mapping
+            label: 'Field'

That's two spaces too much indent, isn't it?

LKS90’s picture

Yes, you are correct. And after a second look I saw I missed like 3/4 of the work. Thanks for the feedback! Made a new patch.

drunken monkey’s picture

Status: Needs review » Fixed

Thanks, looks good!
Committed.

  • drunken monkey committed 9b36f86 on 8.x-1.x authored by LKS90
    Issue #2453883 by LKS90: Updated sequence definitions in config schemas.
    
LKS90’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.