zr / solr-search-bundle
A short description of what your package does
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.1
- drupal/facets: ^3.0
- drupal/search_api_autocomplete: ^1.10
- drupal/search_api_solr: ^4.3
README
To install the ZR Solr Search Recipe, follow the steps below:
-
Ensure the below has been added to the
composer.json
installer-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/solr-search-bundle
-
Run the following command (within
/web
directory):ddev drush recipe recipes/custom/solr-search-bundle ddev drush cim --partial --source=recipes/custom/solr-search-bundle/config -y