- Issue created by @jaypan
- πΊπΈUnited States apmsooner
I'll take a look at this over the weekend and see if I can come up with something. Feel free to provide more feedback if you discover anything new as well please. Have a look at https://git.drupalcode.org/project/custom_field/-/blob/3.1.x/custom_fiel... as well for views. I don't know if something extra may need to be factored in for search api specifically.
- π¨π¦Canada jaypan Victoria, BC
Thanks for the quick response!
Doing some more investigation, this may not be a Search API specific issue, I have created a view working with the group entities directly rather than a search API index of the group entities, and I am finding the same behavior.
I will see if I can figure out something in the implementation of hook_views_data - maybe there is a way to add the delta to connect values.
- π¨π¦Canada jaypan Victoria, BC
Possible related core issue: https://www.drupal.org/project/drupal/issues/3097568 π EntityViewsData does not generate a "additional fields" nor "delta" field for multivalue base fields Needs work
- πΊπΈUnited States apmsooner
@jaypan,
Please comment here when you get some more feedback. I havn't had to a chance to test this issue as it would take some time to probably replicate your setup it sounds.
- π¨π¦Canada jaypan Victoria, BC
In the end I went with a non-views solution. I think this may be a problem with Drupal core views, rather than this module specifically. I wasn't able to find a solution.