Hi guys, I have to load extra meta data to an existing collection.
This is what I am looking for: For a UPC: Store availability by merchantId per location (which has lat/lon) My query pattern will be: Given a keyword, find all available products for a merchantId around the given lat/lon. Example: Input: keyword=ipod, merchantId=922,lat/lon=28.222,82.333 Output: List of UPCs which match the criteria So how should I go about doing it? Any suggestions? -- Thanks, -Utkarsh