1

In Drupal 8 views exposed filter I want to add paragraph fields of a content type but they are not showing up when I try to add them. I tried adding a relationship entity reference to the field in Views 'Advanced > Relationships' still I am not able to add the fields in exposed filter.

GiorgosK
  • 7,647
  • 2
  • 29
  • 26
Garfield
  • 31
  • 3

1 Answers1

1

Let's say you have paragraph type choices and a list (text) field field_system and you have added this paragraph type as field_choices to page content type.

In your view you should add a relationship Paragraph referenced from field_choices

enter image description here

and then the field system would be available to be used as a filter field

enter image description here

GiorgosK
  • 7,647
  • 2
  • 29
  • 26