I am using google's places API to search for certain outlets.
Taking the outlet called 'Sangkaya' as an example (note: Sangkaya is an ice cream franchise), when I enter the following query, 8 Sangkaya outlets are returned.
In the above query, I have passed 'store' to the type parameter, and 'sangkaya' to the keyword parameter.
However, when I use this next query, where I still pass 'store' to the type parameter, but without passing 'sangkaya' to the keyword parameter, the query results do not contain any Sangkaya outlets:
The values contained in the 'types' key for each outlet contains the value 'store'.
My question here is, why arent the 8 Sangkaya outlets being returned in the second query?