Skip to content

Commit

Permalink
feat: allow stop words to be configured
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 19, 2017
1 parent bfcd32f commit 4b44637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Expand Up @@ -205,4 +205,8 @@ Wade.save = function(search) {
}
}

Wade.config = {
stopWords: stopWords
};

Wade.version = "__VERSION__";

0 comments on commit 4b44637

Please sign in to comment.