the0forge / sp

GNU General Public License v3.0
0 stars 1 forks source link

All searches/filters fuzzy and not case sensitive. #20

Closed r31gnf1r3 closed 10 years ago

r31gnf1r3 commented 10 years ago

All searches should be 'fuzzy' and not case sensitive and remove non-alphanumeric characters (with exception like emails, where they have an '@' sign)..

i.e. say phone number is: (03)-9888 4234, user can search 03988 and result will come up, Or user could search -4234 and also result will come up.

zvadym commented 10 years ago

Done.

  1. not case sensitive - it have been done before. All our filters not case sensitive
  2. Fuzzy filter done only for Customer.telephone field.