olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.96k stars 548 forks source link

Fix tokenizer deserialization #227

Closed alexturpin closed 8 years ago

alexturpin commented 8 years ago

Fix for #226

I tried running make but all it did was give me giant diffs in the docs. I wasn't sure that was right so I didn't commit that.

olivernn commented 8 years ago

Good catch! Please also add some tests so I don't accidentally break this again in the future.

You don't need to make the changes, just submit the files you changed in the lib and test directory.

olivernn commented 8 years ago

I've pushed a new version (0.7.2) with a fix for this issue, let me know if you have any problems.

alexturpin commented 8 years ago

Hey @olivernn , thanks for fixing the issue, sorry I never got around to adding a test :(