LamTechConsult / slbizr

0 stars 1 forks source link

Filter Business search result #40

Open click2tman opened 7 years ago

developmenticon commented 7 years ago

I have created template for this where next step has been added by me, please check and confirm if its ok. Additionally, please provide me the API endpoint for the same, where we can pass fields value as query parameter.

Ex: dev.openbiz.slbr.sl/api/v1/slbiz/search.json?name=lam&category=abc& and so on.

Thanks.

click2tman commented 7 years ago

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

developmenticon commented 7 years ago

Do we need to filter inside the search business, or we have to call a separate API for that?

click2tman commented 7 years ago

Filter inside the search result

click2tman commented 7 years ago

Here is the full query for filter by category, filter by keyword, filter by chiefdom, filter by city and filter by claimed businesses.

http://dev.openbiz.slbr.sl/api/v1/slbiz/search.json?name=la&category=education&keyword=Preschools&chiefdom=kakua&city=bo&claimed=Yes

developmenticon commented 7 years ago

Thanks.

click2tman commented 7 years ago

This is still not fully functional