hexo-theme-yelee icon indicating copy to clipboard operation
hexo-theme-yelee copied to clipboard

本地search没结果

Open c-yyy opened this issue 7 years ago • 1 comments

建议阅读:在 Stack Overflow 提问的检查表 Recommended Reading: STACK OVERFLOW QUESTION CHECKLIST

申明: 1.插件装了 2.search设置过了: on: true onload: false

btw: 需要单独加一个field: post吗

c-yyy avatar Oct 07 '17 15:10 c-yyy

onload 设置 false 时,只有搜索时才会去加载 search.xml 文件,如果条目较多 xml 文件较大,可能 search 就会慢。你可以设置 onload: true (提前加载 search.xml)试试

wangriyu avatar Apr 10 '18 08:04 wangriyu