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