Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
The major change for this release is D9 compatibility and Requiring Drupal 8.8+, and PHP 7.3+.
Note, while 1.x supports D9, you must use the following patches in Search API 8.x-1.x in order to use search with Drupal 9:
Search API Solr 1.x D9 compatibility:
https://www.drupal.org/project/search_api_solr/issues/3181155
Patch to remove the eventual error you'll see with Search API Solr 1.x. Acquia is planning to support this module until customers are migrated to SOLR7 / Connector 2.x.
https://www.drupal.org/project/search_api_solr/issues/3181135
If you're using Search API Solr Multilingual, our default views require it.
https://www.drupal.org/project/search_api_solr_multilingual/issues/3141617
Full Changes since 8.x-1.22:
- Pin tests to ORCA v2.
- Update composer to Drupal 8.8+, Remove Drush dev-requirement, PHP requirement.
- Revert to composer1 for now.
- More Drupal 9 Compatibility.
- D9 Compatibility for Acquia Search Test module.
- Issue #3181135: Change EOL Messaging on Search API Solr.
- DIT-151: Updated minimum php requirement to 7.3 in travis.yml. (#118)