It may be difficult for readers to retrieve an article in the case if there are many articles in your site, therefore, we added the search feature.
Prerequisites§
All you need to do is create a page called search/_index.md
in the content
directory.
1+++
2title = "Search"
3+++
Site Parameters§
Name | Type | Default | Description |
---|---|---|---|
search | Object | - | Search configuration. |
search.paginate | Integer | 10 | Pagination. |
search.indexPaginate | Integer | 1000 | Index file pagination. |
search.resultContentCharactersCount | Integer | 240 | The maximum characters count of result content for displaying. |
search.fuse | Object | - | Fuse.js options. |
search.fuse.ignoreLocation | Boolean | true | |
search.fuse.location | Integer | - | |
search.fuse.isCaseSensitive | Boolean | - | |
search.fuse.minMatchCharLength | Integer | - | |
search.fuse.threshold | Double | - | |
search.fuse.distance | Integer | - | |
search.fuse.useExtendedSearch | Boolean | - |
Comments