corejavascript / corejavascript/typeahead.js
BloodHound: possible to create an 'ignore list'?
Open
question
- Dominant language
- JavaScript
- Stars
- 968
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
I tried hacking around with a bit but didn't get far and thought I'd ask before burning a day. I'd like to set up an array of common words and/or phrases and tell bloodhound to skip them when tokenizing.
**Data**: "Marbles 101 Article"
**Ingore list**: how, do, you, use, the, a, an...
**Search string**: "How do you use marbles"
**Tokenizer**: ~~How~~ ~~do~~ ~~you~~ ~~use~~ marbles
Hurray! User gets "Marbles 101 Article"
Contributor guide
Assessment
This issue has not been assessed yet.