- Issue created by @lolcode
I want to test my views before content is published. Content editors need to know what the page will look like too.
That is not possible when using this filter since it relies on the taxonomy _index table which in turn does not work when
https://www.drupal.org/project/drupal/issues/962664
✨
Taxonomy Index for unpublished entities
Needs work
Create a search api view. Create some unpublished content of a type included in the index.
Do not include any published status filter conditions on the view.
Remove the entity status processor from the index.
Re-index if necessary.
Option 1: Allow users to configure fields to use for the query. Build the entity query.
Option 2: Rely on the contrib module taxonomy_entity_index
https://www.drupal.org/project/taxonomy_entity_index →
Option 3: Document issue on module and point to core patch.
(This option is not suitable for our use case but may work for some)
Choose an option and implement tasks.
Option 1 Adds a config field
Option 1 changes the schema
Option 2 adds a new dependency
Option 1 changes the schema
Active
1.0
Code