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 token prossessing pipeline #525

Closed fergiemcdowall closed 3 years ago

fergiemcdowall commented 3 years ago

Once string is tokenized, it should be possible to write stages that manipulate individual tokens (upcase, lowcase, substitution, etc...)