Gitbook search engine pro. (支持中文搜索)
npm install gitbook-plugin-search-pro-fixedGitbook search engine pro. (支持中文搜索)
You can search any characters(utf-8) and highlight it in your GitBook, not only english(exp:Chinese).
> Note: Only gitbook >= 3.0.0 support
- upload search json later
ONLINE DEMO:
http://gitbook-plugins.github.io/gitbook-plugin-search-pro/book/
---

---

---

---
Before use this plugin, you should disable the default search plugin first,
Here is a book.js configuration example:
``js`
{
"plugins": [
"-lunr", "-search", "search-pro-fixed"
]
}
After installed gitbook.
```
> git clone git@github.com:arylo/gitbook-plugin-search-pro-fixed.git -b gh-pages
> cd ./gitbook-plugin-search-pro-fixed
> npm install
> gitbook serve ./
And then open http://127.0.0.1:4000