silverstripe-fulltextsearch/docs/en/02_setup/22_installing_the_module.md

15 lines
338 B
Markdown
Raw Normal View History

2018-05-24 16:24:37 +02:00
# Installing the module
## Disabling automatic configuration
If you have this module installed but do not have a Solr server running, you can disable the database manipulation
hooks that trigger automatic index updates:
```yaml
---
Name: mysitesearch
---
SilverStripe\FullTextSearch\Search\Updaters\SearchUpdater:
enabled: false
```