mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-17 00:22:24 -06:00
syntax error
This commit is contained in:
parent
900639b02c
commit
ff106641b0
@ -57,7 +57,7 @@ function initSearch() {
|
|||||||
lunr.tokenizer.separator = {{ site.search_tokenizer_separator }}
|
lunr.tokenizer.separator = {{ site.search_tokenizer_separator }}
|
||||||
{% else %}
|
{% else %}
|
||||||
lunr.tokenizer.separator = /[\s\-/]+/
|
lunr.tokenizer.separator = /[\s\-/]+/
|
||||||
{% end %}
|
{% endif %}
|
||||||
|
|
||||||
var index = lunr(function () {
|
var index = lunr(function () {
|
||||||
this.ref('id');
|
this.ref('id');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user