Autocomplete : Extract search logic

Autocomplete : Extract search logic

Hello,

Since search could be used in a lot of cases :
  • *Autocomplete
  • *In developement : MultiCheckBoxPicker
  • *Planed : Grid
  • *As a search utility...
Shouldn't we extract the search logic from the autocomplete library ?

Pros :
  • *Could be use as an utility
  • *Easier to maintain and develop
  • *Library would be more light weight
Cons :
  • *Migth impact a little bit performance
  • *Need time to be developed (like each evolution...)

Well what do you think about this ?
I can develop it, if needed :)