Acquia Search integrates with several required and recommended Drupal modules. In addition, it uses several other modules for different use cases.
To use Acquia Search with your Drupal website, you must download, install, and enable the following recommended modules based on your installed version of Drupal:
Module | Version | Drupal 7 |
---|---|---|
7.77 or later | ||
4.0.0 or later | 7.x-4.1 | |
3.x or later | ||
8.x-1.14 or later | 7.x-1.x | |
4.2.0 or later | 7.x-1.x | |
7.x-1.x |
Ensure that you use stable releases of all modules.
Current Drupal version
Before installing the Drupal modules needed to use Acquia Search on the current Drupal version, you must:
Use the specified module versions for websites running the current Drupal version. Other module combinations are not tested and might not work as intended.
Have Composer to properly manage the autoloader and other files.
Drupal 7
For Drupal 7, you must pick one of the two module ecosystems that can use Solr:
Option A (recommended): Use the Search API module ecosystem with the following required modules:
acquia_connector.module
search_api.module
search_api_solr.module
Option B: Use the Apache Solr Search Integration module ecosystem with the following required modules:
acquia_connector.module
acquia_search.module
apachesolr.module
This decision should be based on your own research and testing. Acquia recommends researching the search-related features that you want to implement on your website and compare them to what these module ecosystems use.
Note
A single site must use only one of the preceding options. Enabling modules from both options might cause problems.