Install
Works with Drupal: ^10.1 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
597.24 KB
MD5: bb1c2554fdae416a9c7156753ee64a38
SHA-1: 74c18218980c2323e872e27839467e4c6f45fe28
SHA-256: bdd8df00829a8a1f99478602a77bd51840fc7f1306d7d94ed421a28e14a7be06
Download zip
942.24 KB
MD5: c5b41694c15b1ba65883a5448f5b51ab
SHA-1: d119726e870f793c6470d2a4fa9286662c5eb45d
SHA-256: 10444d2443d2c0cb4f8e474b81013c99551b692558e53111c3b1c4f4c0baa1c8
Release notes
This is release 1.35 of the Search API module, containing several bug fixes and new features.
Complete list of changes since release 1.34:
- #3454923 by drunken monkey: Disabled the "views_test_data" module in most tests.
- #3450983 by drunken monkey: Fixed doc comment of the TestTracker class.
- #3448241 by drunken monkey: Fixed PluginHelper::createIndexPlugin() to pass on message from PluginException.
- #3425235 by drunken monkey, jcnventura, sarwan_verma: Fixed incompatibility with Drupal 11.
- #3449783 by drunken monkey: Fixed Views bulk form not working in Drupal 10.3+.
- #3449298 by immaculatexavier, drunken monkey: Fixed minor issue with sorting of search views.
- #3447797 by NexusNovaz, drunken monkey: Fixed documentation of ContentEntity::getPartialItemIds().
- #3437275 by dineshkumarbollu, drunken monkey, jonathan1055: Removed uses of "please" from this module.
- #3442296 by drunken monkey, jonathan1055: Fixed Javascript code style issues reported by ESLint.
- #3438899 by mparker17, drunken monkey: Added isEmpty() function to ConditionGroupInterface.
- #3325206 by drunken monkey: Fixed bug when an item is first updated then ignored during a single page request.
- #3438314 by mparker17, drunken monkey: Declared that TextTokenInterface and TextValueInterface implement \Stringable.
- #3436123 by drunken monkey, Yazzbe: Fixed incomplete GROUP BY when using partial matching and facets.