I have many articles. Each of them have a multi-values date field.
So if I fill 2 dates, this article is publish two times in my hub.
In my view, i'm sorting by this field. At this point, everything works like a charm but when I try to display date (in the twig tmp) in each article I have always the same date for all duplicates posts.
In fact, I think it's logical because it's the same entity.
Has anyone had any issues with getting a Search API View to show content from a Node that has a Paragraph which in turn has an embedded Paragraph? I have a rather complex content type and it requires this type of setup. I can successful reference the innermost Paragraph within the Search API Index Fields, but the values I store when I save a node of this type do not appear within the View I have defined. Has anyone experienced this and have a solution for something I have overlooked?