kbrsh / wade

:ocean: Blazing fast 1kb search library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support i18n search

janryWang opened this issue · comments

commented

International search can be configured by setting up:

  1. Wade.config.stopWords - an array of stop words to remove
  2. Wade.config.punctuationRE - a regular expression to match punctuation

There aren't official releases of Wade with different languages, but they can easily be configured.

commented

Ok , thanks