billryan / algorithm-exercise

Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/

Home Page:https://algorithm.yuanbin.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add site search by swiftype

billryan opened this issue · comments

I wrote a site search plugin for gitbook, which can be found in https://github.com/billryan/gitbook-plugin-swiftype. It works well when loading a new page or refreshing the old page, but it does not work for 'page.change' event in Gitbook. Anyone can give a hint?

It seems gitbook backend updated and fixed the page.change event handler.