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
When you add a node type to a channel there's no guarantee it will show up, as the Directories search index might not be configured to include it.
The possible options for the included content types field are made by looking at which node types have the directory channel reference field (see #365). It would be less brittle to look at the search API index instead -- although not simple, as we need to allow for Search API datasources other than node entity, such as Date recurrences.
The text was updated successfully, but these errors were encountered:
When you add a node type to a channel there's no guarantee it will show up, as the Directories search index might not be configured to include it.
The possible options for the included content types field are made by looking at which node types have the directory channel reference field (see #365). It would be less brittle to look at the search API index instead -- although not simple, as we need to allow for Search API datasources other than node entity, such as Date recurrences.
The text was updated successfully, but these errors were encountered: