Install
Works with Drupal: ^10.1 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This is release 1.33 of the Search API module, containing a single bug fix for a critical issue introduced in the previous release (1.32).
Caution: There is a known issue (#3438940: Search API 1.33 breaks Search API Solr Datasources and installations with custom field types that use fallback types) causing problems in search views when using the “Solr Document” datasource. Please wait for release 1.34 if you are using such a setup.
If you updated to version 1.32 previously, the bug (#3437379: search_api_post_update_views_cache_none() replaces all cache types with "search_api_none") would most likely have led to the caching of all your search views being switched off (turned to “Search API (none)”). In this case, the fix included in this release will unfortunately not help you. You should manually inspect your search views (i.e., views based on Search API indexes) and set their caching strategy as desired. Alternatively, restore a config export of the affected views from before you updated to Search API 1.32.
Complete list of changes since release 1.32:
- #3437379 by yauheni, ELC, Taran2L, drunken monkey: Fixed bug in update function that sets caching of all search views to "None".