我正在构建餐厅搜索应用程序,当我像这样向 Zomato Api 发送请求时,我想通过美食、类别、聚合评级、价格范围等许多属性来过滤城市中的餐厅:
https://developers.zomato.com/api/v2.1/search?entity_id=297&entity_type=city&cuisines=1
我得到了正确的结果以及所有具有美食 = 1(美国美食)的餐厅。
但是当我发送另一个请求并像这样更改查询属性时:
https://developers.zomato.com/api/v2.1/search?entity_id=297&entity_type=city&aggregate_rating=3
我在没有通过查询过滤的情况下获得餐馆(aggregate_rating=3)。任何人都可以帮助我吗?