fergiemcdowall / search-index

A persistent, network resilient, full text search library for the browser and Node.js
MIT License
1.39k stars 149 forks source link

Can write custom tokenizer stage #524

Closed fergiemcdowall closed 3 years ago

fergiemcdowall commented 3 years ago

Can write a function hook that overrides tokenisation (useful for making ngrams)

fergiemcdowall commented 3 years ago

Implemented in v3 branch