commit | 0b63458c0bcf4bdbb7b8d2f4151e803905077319 | [log] [tgz] |
---|---|---|
author | Fabrice Di Meglio <fdimeglio@google.com> | Thu Mar 06 16:31:12 2014 -0800 |
committer | Fabrice Di Meglio <fdimeglio@google.com> | Thu Mar 06 16:31:12 2014 -0800 |
tree | 2688c51b4a8b3f639600504a9c9bcd7637b375d6 | |
parent | 0d4005a1c755c4233bdf75d30a1b6ebc99856ec7 [diff] |
Improve query filtering for Search - there was a crash when inputing "w" then "-" then "-". This crash was due to the InputFilter which got some strange indices from the BaseInputConnection. - so now we are doing our own filtering before sending the query to Sqlite. We only keep Letters / Digits / Spaces. Change-Id: I66dcbebeec9217cf8fd65a16b10fe2304d98cf58