Install
Works with Drupal: ^9.2 || ^10.0Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
558.59 KB
MD5: db5f348d0027da394c8e673594c13fdd
SHA-1: 6e7114eca2e7dfe32744c547ffc1f478597b97f5
SHA-256: a1353e8f662f39c2cf7648cc3a66dd7234a121022d3752906bd227b6c269d091
Download zip
891.5 KB
MD5: ff2666df8b748ee30af525d62d7c443b
SHA-1: c4e93b8cc5bcdf7c7817bec06470af223f919f6c
SHA-256: fa09539bd9fd7dda1f0ddaf0d6bce858f79a3c5f2e2ab777cbe2ea0b08dc79b1
Release notes
This is release 1.24 of the Search API module, containing several bug fixes and new features.
There are two potentially breaking changes in this release that you should be aware of:
- #3253986: Tokenizer doesn't allow no ignore characters changes how the “Tokenizer” processor handles an empty value for the “Ignored characters” configuration. Set the value to
._-explicitly to obtain the previous behavior. - Change record: Removed the
search_api_base_pathquery option.
Complete list of changes since release 1.23:
- #3292241 by drunken monkey: Fixed test fails.
- #3243313 by Steven Jones, drunken monkey: Removed the "search_api_base_path" query option for views.
- #3179643 by drunken monkey: Fixed Views field extraction bevahior when fields returned from server don't have values.
- #3253986 by drunken monkey, gaddman: Fixed empty "ignore characters" setting for the Tokenizer processor.
- #3197050 by BAHbKA, drunken monkey: Fixed caching issue for facets on AJAX views.
- #3246615 by drunken monkey: Fixed error when saving an unindexed translation of an entity.
- #3258375 by Eugene Bocharov, wells, drunken monkey, joshuami, MrDaleSmith, Grayle: Fixed out-of-memory error when used with Views, Metatag and caching.
- #3270324 by drunken monkey, kimberleycgm: Fixed incorrect storing of "Rendered item" processor setting "roles".
- #3266715 by kimberleycgm, drunken monkey: Fixed "Rendered item" processor not adding the "Authenticated" role when another is selected.
- #3270695 by mkalkbrenner, drunken monkey: Improved status messages during indexing.
- #3268953 by drunken monkey: Changed indents in composer.json to 4 spaces.
- #3168162 by gabesullice, drunken monkey, mkalkbrenner: Updated to latest changes in Event system.
- #3248262 by Robert_T, drunken monkey: Fixed problems with recent database update functions.
- #3239649 by drunken monkey, phma: Fixed missing config schemas for various Views plugins.
- #3262771 by drunken monkey, marciaibanez: Moved test modules to test/modules.
- #3256028 by drunken monkey, mkalkbrenner: Increased Core version requirement to 9.2.
- #3247914 by drunken monkey: Fixed config form of the "Type-specific boosting" processor.
- #3262702 by drunken monkey: Fixed test failures on Drupal 9.2.
- #3227659 by drunken monkey, daften: Fixed double-escaped query parameters when using the Views "Preserve facets" option.
- #3227268 by drunken monkey, Driskell: Fixed inconsistent collation in Database backend.
- #3196990 by nguerrier, ekes, drunken monkey, hswong3i: Fixed wrong query and cache type on Search API views.
- #3258802 by drunken monkey: Fixed errors when indexing fields with unknown types.
- #3232736 by GuyPaddock, idebr, drunken monkey: Added query tags as an option to Views.
- #3188138 by drunken monkey, devad: Added an "Item URL" field to Views.