corejavascript / corejavascript/typeahead.js
Bloodhound match part of datum token
Open
question
- Dominant language
- JavaScript
- Stars
- 968
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
So .. given a data set of:
One
Two
Three
Searching for say "T" will return Two and Three
But searching for "w" which is found inside Two, does not yield any results
Is it possible to easily enable substring matching in Bloodhound?
Contributor guide
Assessment
This issue has not been assessed yet.