Install
Works with Drupal: ^9.2 || ^10.0Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
195.59 KB
MD5: fd2cddad327ed92dbc0679c35df207fa
SHA-1: d4abb8f4f7334d563aaa8892ff476fa8e3a802f3
SHA-256: e9cb20c100dd52ed59d7bcdaa06418ebe835fb72f03baa92d5f50d2a34fe379d
Download zip
381.43 KB
MD5: 90c1dc828becab160039e63c0629c057
SHA-1: ec6e9de9dd1726b6ca173abd79a69d2574db3e89
SHA-256: bcb8e70d31d341a5ef55685a5450ce07ae92fb3398d8376294ac78a574251fed
Release notes
This is a Drupal 9 only release. It requires Drupal 9.2 or above.
PHP 8.0 is now supported.
Due to these requirement changes we decided to raise the major version and switch to semantic versioning.
Changes since 2.0.0:
- #3258992: Replace getMasterRequest() with getMainRequest() for Drupal 9.3.x by heddn, mkalkbrenner, idebr
- #3027593: Empty facet blocks with Layout Builder by mpotter, tim.plunkett, borisson_, mkalkbrenner
- #3256222: Add void return type to overridden test methods by Ide Braakman
- #3257441: Calling the EventDispatcherInterface::dispatch() method with a string event name as the first argument is deprecated by idebr, mkalkbrenner
- #3257445: The $modules property must be declared protected in tests by anagomes
- #3005040: Add functionality for getHierarchy() to get different plugin types by jcisio, akalam, idebr, mkalkbrenner, anfor, TuWebO, anneke_vde, hardikpandya, borisson_, berliner, attiks
- #3256305: Update calls to deprecated method drupalPostForm() by idebr, mkalkbrenner
- #3255596: Fix coding standards by tim-diels
- #3255454: Checkbox and Links searchbox widget extension by danielehrenhofer, mkalkbrenner
Changes since 2.0.0-rc1:
- #3253773: Drop Drupal 9.1 support by mkalkbrenner
- #3253542: FacetBlockAjaxController breaks the RequestStack in Drupal 9.3.0 by RandalV, neclimdul, mkalkbrenner, catch
Changes since 8.x-1.8:
- #3249099: PHP 8.0 support by mkalkbrenner
- #3213733: 1.7 to 1.8 Upgrade leaves exported configuration inconsistent by grahl, greggmarshall, borisson_, mkalkbrenner
- #3204660: SearchApiDisplay::getPath() doesn't take contextual param into consideration by jibran, mkalkbrenner, neclimdul, PatrickMichael, Mistrae, igonzalez, t.maquin, karishmaamin
- #3248297: Default tests failing by wells, mkalkbrenner
- #3249068: Drop Drupal 8 support, start 2.0.x branch by mkalkbrenner
- #3248533: Attempting to create a facet with a duplicate machine name causes a PHP error in Drupal 9 by wells, mkalkbrenner
- #3226284: BooleanItemProcessor::supportsFacet() assumes SearchApiFacetSourceInterface by dwkitchen, hugronaphor, kuralarasanm
- static cache for the fields - per index by Aron Novak
- ArrayWidget to return also the raw value by claudiu.cristea