- Issue created by @thomaswalther
In the paragraphs summary (used for "search index" /admin/structure/types/manage/parapage/display/search_index) I can see all the texts from each paragraph. Thanks for the really good summary!
But: I had 1 field in the paragraph for functional classes (field_paragraph_classes). I want to hide this in the summary.
How to filter the field field_paragraph_classes in the summary?
I did not find any exclude or filter documentation for this. Maybe I would hook something for filter this class field?
The Paragraph "Paragraph Text" has a display mode (like all the nodes).
I disabled the field field_paragraph_classes in the backend UI (/admin/structure/paragraphs_type/paragraph_text/display).
So I thought it would not being indexed.
My twig file for this field (field--field_paragraph_classes.html.twig) is with this code (so no visible HTML text would be visible). So I thought it would not being indexed.
<span class="para-classes-info" data-class="{% for item in items %}{{ item.content }}{% endfor %}"></span>
Active
1.16
Documentation