mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-07 07:48:44 +09:00
Explicitly select lunr as search provider
Keep the existing search provider instead (and the separator) option.
This commit is contained in:
committed by
nblock
parent
f20f1f1278
commit
7a1ee34f71
@@ -68,6 +68,8 @@ exclude_docs: |
|
|||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
|
provider: lunr
|
||||||
|
lunr:
|
||||||
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
||||||
- macros:
|
- macros:
|
||||||
- include-markdown:
|
- include-markdown:
|
||||||
|
|||||||
Reference in New Issue
Block a user