lucaong / minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node
https://lucaong.github.io/minisearch/
MIT License
4.81k stars 137 forks source link

Use simpler Unicode regexp for the tokenizer #198

Closed lucaong closed 8 months ago

lucaong commented 1 year ago

This form is equivalent to the original one, but only supported in ES6. All current browsers should now support it.