Closed weixsong closed 9 years ago
@olivernn , sorry for the inconvenience, I'm not familiar with git rebase command, I've some trouble with rebase, so I refork your repo and commit the change patch. :)
new commit: https://github.com/olivernn/lunr.js/pull/149
There are some issues with pipeline module.
a = [1, 2, 3, 4, 5] a.splice(-1, 0, 100)
a [1, 2, 3, 4, 100, 5]