search_api_post_update_views_cache_none() replaces all cache types with "search_api_none"

Created on 1 April 2024, 10 months ago
Updated 19 April 2024, 9 months ago

Problem/Motivation

This looks like a typo.
if ($display['display_options']['cache']['type'] ?? '' === 'none') always returns TRUE because $display['display_options']['cache']['type'] will never be null.
So, as a result, in all views based on search_api cache tags are replaced with search_api_none

๐Ÿ› Bug report
Status

Fixed

Version

1.0

Component

Views integration

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024