Install
Works with Drupal: ^9.2 || ^10.0Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
188.82 KB
MD5: 44148f51268cb3d85ce95405f0d0fc2a
SHA-1: 0bcf1475d3bf49fa2d591d1ee211f8222fb09988
SHA-256: 189ce4424196a904cacfc32953b5d7c98c9a47940f9825181bde7160c4e0e7a0
Download zip
364.12 KB
MD5: 23ffc9e17581b03a33a0f684f3cfe13f
SHA-1: d7f1f0a494757a174a819d779bcf13a3abbc60bb
SHA-256: 55f54489a327c966a8ece55e4a4a5d985e562c53f215f60c9eee3cc8532c1ca8
Release notes
This is the first 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-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