Hi

I would like to know is there a way to search a client by name using the 
rest api? I didn't find it in the API documentation.

However I have a way to implement search by name but don't know how 
efficient or viable would it be.

This is my approach :

Get the List<Clients> only with "displayName" and "clientId" as the 
parameter, store it offline on the device. In the activity provide a search 
box of the type AutoCompleteTextView, the list to serve as auto completion 
helper can come from the downloaded client displayNames, as soon as a name 
is selected, its corresponding client id is picked up and queried on server 
to get all the info related to a client.

Any suggestions over this?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Mifos Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mifosdeveloper.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to