CallWall / CallWall.Web

Web host for the CallWall product. Hosts the Cloud client and any downloads
0 stars 1 forks source link

Improve the filter feature on Contact Summaries #72

Open LeeCampbell opened 10 years ago

LeeCampbell commented 10 years ago

Currently the filter appears to only search by StartsWith. Consider creating a tokeniser that allows searching of starts of parts of words. eg "Jo D" would accept the name "John Doe".

Look at using a Trie to do this?

Also needs to be more responsive for large data sets. Potentially applying Rx here too.