drupal-graphql / graphql-search-api

GraphQL & Drupal Search API integration.
10 stars 22 forks source link

Modify field derivative IDs to include index #44

Closed rwohleb closed 3 years ago

rwohleb commented 3 years ago

The field derivatives were being keyed by just the field ID, but those are not unique across indexes, causing collisions. This adds the index ID (as doc type) to the derivative ID to avoid such collisions.