mirror of https://github.com/onweru/compose.git

weru
31.22.2021 5dabd0ddd96ef38a1b487b16022ec41c6f24792d
Update docs
1 files modified
10 ■■■■■ changed files
exampleSite/content/docs/compose/search.md 10 ●●●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/search.md
@@ -4,6 +4,14 @@
weight = 8
+++
Firstly, ensure you have these lines inside your config.toml file
```toml
[outputs]
   home = ["HTML", "RSS","JSON"]
```
Compose implements `fuse.js` to enable search functionality. At the time of this writing, search on these theme takes either of this forms:
### 1. Passive search
@@ -37,4 +45,4 @@
Else the search query must be at least 2 characters long.
<!-- This behaviour will change. -->
<!-- This behaviour will change. -->