Install
Works with Drupal: ^10.0Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
580.3 KB
MD5: a6a03857ec29c4ff7c8256e3c25bbd96
SHA-1: 95945060e41fe112c9cd11d172ef3cf0f6a2e2b6
SHA-256: c3da867be0945241be1ebe7d545f0d4ac78bd518de9e59c50dd15d8110c5726a
Download zip
923.44 KB
MD5: 6fcab7ab9de74201e6d21c6e2a0eac27
SHA-1: ec8436744c34de2ede6370d4dd26875489e761bc
SHA-256: 2361d4648286bf82abc6e307a01d646133a22608a51ebe9ba04fb07019b8cb17
Release notes
This is release 1.31 of the Search API module, containing several bug fixes and new features.
The highlights:
- Most notably, this fixes the performance problem of the “HTML filter” processor introduced in the previous release (issue #3388678).
- On the other hand, please be aware that the fix to #3321677: OOM issue after creating approx 5000 nodes might hamper performance if indexing occurs during the page request. This should almost never be the case (when the “Index items immediately” option is used, indexing only occurs at the end of the page request), but in case you have custom code triggering indexing operations you might want to look out for any performance drop caused by this.
- Developers should also be aware that the constructor parameters of the
\Drupal\search_api\Utility\FieldsHelperclass have changed.
Complete list of changes since release 1.30:
- #3388678 by drunken monkey, benjifisher: Fixed performance regression in HTML Filter processor.
- #3398192 by drunken monkey, BenStallings, admirlju: Fixed warning for undefined array key "type" in SearchApiDate::opBetween().
- #3394189 by drunken monkey: Dropped support for Drupal 9.
- #3321677 by drunken monkey, david.muffley: Fixed out-of-memory errors during indexing.
- #3397017 by drunken monkey, gaddman: Fixed MySQL error in edge cases when indexing bigrams.
- #3394738 by drunken monkey: Fixed fatal error after upgrade to 1.30.
- #3308184 by drunken monkey, admirlju: Fixed handling of incomplete field definitions when generating Views data.
- #3392465 by drunken monkey: Fixed use of location filter together with AND facets in DB backend.
- #3293474 by admirlju, jhedstrom, drunken monkey: Added configurable maximum length for exposed Views fulltext filter.