# Drupal CMS Search

Adds a search to help visitors find content.


## Modules and Themes Installed
- Automated Cron (core)
- Block (core)
- [Drupal Canvas](https://www.drupal.org/project/canvas)
- [Drupal CMS Helper](https://www.drupal.org/project/drupal_cms_helper)
- [ECA Core](https://www.drupal.org/project/eca)
- Node (core)
- [Search API](https://www.drupal.org/project/search_api)
- [Search API Exclude](https://www.drupal.org/project/search_api_exclude)
- Views (core)

## Installation
This project is part of [Drupal CMS](https://drupal.org/project/cms). If you're not using Drupal CMS, you can still use this recipe in your own project. Add it with the following Composer command:

```
composer require drupal/drupal_cms_search
```

## Bugs and Feedback
If you encounter any bugs or have feedback about this recipe, please file an issue in the [Drupal CMS issue queue](https://www.drupal.org/project/issues/drupal_cms).
