Skip to content

Commit

Permalink
Merge pull request #52 from humanmade/add-config-docs
Browse files Browse the repository at this point in the history
Add config docs
  • Loading branch information
roborourke authored Dec 19, 2019
2 parents 17b9cf9 + 3efb7c6 commit 9263009
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The Search module provides a mirrored index of all CMS content that is optimized

The default Search index and related functionality is provided by the [ElasticPress plugin](https://github.com/10up/ElasticPress).

If you do not wish to use the search module it can be deactivated via your config:

```json
{
"extra": {
"altis": {
"modules": {
"search": {
"enabled": false
}
}
}
}
}
```

Content that is indexed in the search index by default:

- Posts
Expand Down

0 comments on commit 9263009

Please sign in to comment.