@@ -18,7 +18,6 @@ export class ContactListPage implements OnInit {
const Contact = Parse.Object.extend('Contact');
const query = new Parse.Query(Contact);
query.ascending('firstChar');
-
if (this.searchName) {
query.contains('name', this.searchName);
}