Skip to content

Commit 82fedd2

Browse files
author
Leonid Buneev
committed
1 parent a61cb0b commit 82fedd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/flexsearchSvc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
buildIndex(allPages) {
1616
const pages = allPages.filter(p => !p.frontmatter || p.frontmatter.search !== false)
1717
const indexSettings = {
18+
encode: 'simple',
1819
tokenize: 'forward',
1920
async: true,
2021
doc: {

0 commit comments

Comments
 (0)