thaond / smartshop-project

Automatically exported from code.google.com/p/smartshop-project
0 stars 1 forks source link

Thêm tham số để tìm kiếm sản phẩm trên map #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hiện tại search trên map truyền vô lat, long, radius. Còn thiếu tham 
số  query để truyền vô nội dung người dùng muốn tìm kiếm 
(vd: cafe, cây xăng...)

Original issue reported on code.google.com by condorhe...@gmail.com on 2 Sep 2010 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by condorhe...@gmail.com on 2 Sep 2010 at 7:37

GoogleCodeExporter commented 9 years ago
You can use service Product.3 with the following sample request:

http://localhost:8888/api/asd/searchproductproximity/
{lat:10.777268,lng:106.6563,distance:100000000,limit:40, q:tvt}

Or:
http://localhost:8888/api/asd/searchproductproximity/?lat=10.777268&lng=106.6563
&distance=100000000&limit=40&q=laptop

Please read description for more detail.

Original comment by vo.mita.ov on 2 Sep 2010 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by condorhe...@gmail.com on 4 Sep 2010 at 3:19