podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Add Fuzzymatching #14

Closed KyleAMathews closed 12 years ago

KyleAMathews commented 12 years ago

You might be interested in adding fuzzymatching on names using https://github.com/KyleAMathews/Fuzzymatcher.js. It's a nice win over using indexOf()

gaara87 commented 12 years ago

Thats a real nice idea!

Charuru commented 12 years ago

+1

auchenberg commented 12 years ago

Thanks, looks good ;)

auchenberg commented 12 years ago

The matching logic is actually outside of mentionsInput. It's delegated in the onDataRequest-callback, so if a user wants to use your awesome fuzzymatching they can do so :)