Install
Works with Drupal: ^10.1 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
594.47 KB
MD5: 87421c0aef9041dc7f8fe25db0832f1f
SHA-1: 3e67058b171d355019c6e372b199daf82ca6934c
SHA-256: c7c4050b83580af9653f85052172ba4125cc1992a515fdf07c54ee335fbc190d
Download zip
939.18 KB
MD5: 0f22d75bbb22257bfdb2f315a4c80b08
SHA-1: db113afc4d6aa6d36a341dfede718b732ee0ba6f
SHA-256: d4cf2a0cf8c0960ef832167e1aa8c5b0fc969fe454d0748f63b5498dc8a9a01e
Release notes
This is release 1.32 of the Search API module, containing several bug fixes and new features.
Caution: This release contains a critical bug (#3437379: search_api_post_update_views_cache_none() replaces all cache types with "search_api_none") disabling caching for all search views. Please skip this release in favor of release 1.33.
Complete list of changes since release 1.31:
- #3427068 by jonathan1055, drunken monkey: Fixed cspell errors.
- #3432090 by kulmjens, drunken monkey: Added read-only hint and other improvements to the "View" tabs.
- #3432042 by BramDriesen, drunken monkey: Changed PHPUnit tests in GitLab CI to run concurrently.
- #3426614 by misterdidi, drunken monkey: Fixed missing view name in message when caching is turned off.
- #3425506 by drunken monkey, msnassar: Fixed unnecessary storing of aggregated fields config values.
- #3431163 by drunken monkey: Fixed pipelines against Drupal 10.1 and 10.3.
- #3427391 by joachim, matias, drunken monkey: Fixed position of "Cancel" link in field edit modal.
- #3425235 by drunken monkey, sarwan_verma: Fixed incompatibility with Drupal 11.
- #3427069 by drunken monkey: Fixed GitLab CI pipelines by disabling CSpell.
- #3425195 by drunken monkey: Fixed GitLab CI pipelines (phpstan and stylelint).
- #3423063 by ericgsmith, drunken monkey: Fixed performance issue in search views with disabled caching.
- #3396064 by claudiu.cristea, drunken monkey, acbramley: Fixed the GitLab CI integration.
- #3291409 by drunken monkey, Tomefa: Fixed excerpts generated from aggregated fields.
- #3294051 by drunken monkey, SAVEL, huzooka, dewalt: Fixed invalidation of caches when indexing fails.
- #3414348 by drunken monkey, ressa: Improved the description of the "Custom Value" property.
- #3412456 by sidharth_soman, drunken monkey, sandipta: Fixed usage of deprecated user_roles() and user_role_names() functions.
- #3377099 by drunken monkey, keshavv: Fixed calls to deprecated watchdog_exception() function.
- #3394192 by drunken monkey: Increased Drupal core version requirement to 10.1.
- #3406283 by drunken monkey: Fixed "undefined variable" warning in CustomValue processor.
- #3410655 by drunken monkey: Fixed violations of the new declare(strict_types=1) coding standard.
- #3367890 by drunken monkey, id.aleks: Fixed problems with parallel indexing.
- #3394367 by claudiu.cristea, huzooka, drunken monkey: Fixed false positives when detecting entity reference fields for Views.
- #3405649 by drunken monkey: Fixed test failures against Drupal 10.2.
- #3401460 by jwineichen, amourow: Added a logo.
- #3151796 by drunken monkey: Fixed problems when executing Search API tasks during installation or updates.