- Issue created by @joachim
- 🇬🇧United Kingdom joachim
So the problem is coming from:
1. SearchApiDisplayDeriver doesn't get a Search API display plugin for the Views display, and so it doesn't derive a facet source
2. There isn't a Search API display because search_api only derives Search API display plugins for Views displays with core display plugins, i.e. block, page, feed, etc. views_block_override module isn't providing the integration.So technically the problem is with views_block_override, but Facets module needs to handle this scenario without crashing.