melton-foundation / Melton-App-Client-Flutter

Production quality Flutter code. Simple online store, blogs written in markdown, custom Google map, search with filters
https://meltonapp.com
MIT License
6 stars 1 forks source link

Directory: Search through "bio" and "work" #50

Open pranavsb opened 4 years ago

pranavsb commented 4 years ago

Searching will be done on client side.

If we reuse the same search bar in directory, we have to decide if we're calling /users?search= API or doing everything locally

pranavsb commented 4 years ago

Since the recently updated /users API doesn't send all user info, client has a dependency on server to provide an easier way (rather than calling /users and then /users/<id> on every id - the easiest way is to just send bio and work fields in the /users response, but it's slow)