i am storing contacts in database , want to search contacts as in samsung phone, e.g. if type ke in the search box then the out will be
ketan patil
nilesh kesarkar
asmi pakekar
pl. help
i am storing contacts in database , want to search contacts as in samsung phone, e.g. if type ke in the search box then the out will be
ketan patil
nilesh kesarkar
asmi pakekar
pl. help
You can code such search functionality. There is no such component out-of-the-box yet.
Hi Ketan,
Try adding this code in mapping of Contact service request parameter 'fields':prereturn ["displayName", "name", "nickname", "phoneNumbers"];/pre