Closed ssured closed 11 years ago
Tokenizing " hello" (note leading space) currently results in 2 tokens: ["","hello"]. Should be ["hello"]. See PR for fix
Seems like a good change! :+1:
@ssured I've opened a PR to add a basic test https://github.com/ssured/lunr.js/pull/1
Thanks for this, your fix has been included in version 0.3.0
Tokenizing " hello" (note leading space) currently results in 2 tokens: ["","hello"]. Should be ["hello"]. See PR for fix