localgovdrupal / localgov_events

Events for LocalGov Drupal.
GNU General Public License v2.0
1 stars 0 forks source link

Cache settings for 'localgov_events_search' view are incompatible with Search API, warning on installation #138

Open joachim-n opened 3 months ago

joachim-n commented 3 months ago

When I enable the module, I get this warning:

The selected caching mechanism does not work with views on Search API indexes. Please either use one of the Search API-specific caching options or "None". Caching was turned off for this view.

The problem is the localgov_events_search view.

ekes commented 3 months ago

Caching off for this view is probably even correct. So we should correct the default config. That or tag based, but for a pure search view, rather than a filterable landing page, it doesn't make so much sense.