Closed ravi-prakash-v closed 1 year ago
Hi @ravi-prakash-v ,
I’m pleased to inform you that the issue you reported has been successfully resolved and incorporated into the latest changes. The corresponding pull request has been merged with the draft
branch.
Details:
Issue Resolved #127, #128, #129, #130
If you have any further questions or concerns, feel free to reach out. We appreciate your contribution and diligence in bringing this to our attention!
Best regards, emmayank
In the following examples,
The search intent has city name instead of city code. Name based searching is expensive and slow.
Suggestion - Add
intent.provider.locations[].city.code
in the search request. In India, the most common representation of city code is std code. So please use the following format{ "code" : "std:080" }
when representing city code.