- Issue created by @plopesc
- Merge request !36Issue #3517648: Add support for Search API exposed forms → (Open) created by plopesc
When creating a Search API index for entities that contain a State Machine field, is not possible to create a View that exposes the different states like it happens in regular views, where the state_machine_state
filter plugin is used.
Create a Search API index where a State field is indexed
Create a view for the index above and try to create an exposed filter for the state field
The exposed filter creates a textfield instead of the state options, as it happens for regular views.
Provide a new State Machine views filter plugin manager for Search API.
Active
1.0
Code