LamTechConsult / slbizr

0 stars 1 forks source link

Search by business name #71

Open click2tman opened 8 years ago

developmenticon commented 8 years ago

completed

click2tman commented 8 years ago

It seems this search is looking at the items in the nearby .json feed only. If a business is not already on nearby view, it will not show up in the result. This search should actually look at the entire system. It should be a live search of the system (Views exposed filter using "starts with" I had created a view available at http://dev.openbiz.slbr.sl/api/v1/slbiz/search.json to do this. Example query is http://dev.openbiz.slbr.sl/api/v1/slbiz/search.json?name=lam and this will display json of all businesses starting with 'lam'

developmenticon commented 8 years ago

Thanks for clarification, will do it.

developmenticon commented 7 years ago

I have completed this with http://dev.openbiz.slbr.sl/api/v1/slbiz/search.json?name=lam , it seems that business name field should be required, and rest will be sub-query in the fetched result for name.

Please check and confirm and let us know if any thing has to be added. We will provide you the updated apk for the same.

Thanks

click2tman commented 7 years ago

Please work on this item. It is priority requirement for V1 release.

developmenticon commented 7 years ago

completed with search by name.

click2tman commented 7 years ago

This is fine. I have commented the other search options for now. We will work on those for next release.