You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've enabled the OpenEuropa List Pages but when I create a new List page the source entity type select list has no options. The same happens with the Source bundle select list; what makes imposible to create a List page.
Please find attached screenshots that shows the issue.
I've read in the repository documentation that it uses the Search API queries and facets. But I dont found instructions how to configure it.
Could you please give me more details on how should be configured?
Thanks,
Miguel
The text was updated successfully, but these errors were encountered:
For content to be exposed and be filterable in lists page you need to have facets associated with a search api index.
The easiest way to see a working example is by enabling oe_list_pages_filters_test module which comes with examples for different content types and fields, and it is also used in tests.
In a nutshell to expose your own content:
Configure a search api server and search api index with the entity type you want to allow to be listable (e.g. node).
Add the fields you want to expose in the search api index.
Create a facet per field you want to expose/filter and assign it with one of List pages widgets (List pages fulltext, List pages date or List pages multiselect).
After that you can create a list with that entity type/bundle and configure the available filters in the list.
Dear colleagues,
I've enabled the OpenEuropa List Pages but when I create a new List page the source entity type select list has no options. The same happens with the Source bundle select list; what makes imposible to create a List page.
Please find attached screenshots that shows the issue.
I've read in the repository documentation that it uses the Search API queries and facets. But I dont found instructions how to configure it.
Could you please give me more details on how should be configured?
Thanks,
Miguel
The text was updated successfully, but these errors were encountered: