Hi,<br><br>I am sorry for asking such a basic question. I am having a lot of trouble with a query (trying to run it in the query
editor.) It runs great for the first three tries then fails at the
fourth try. I am using cursors and taking the cursor from the previous
result and using it at the next query. I am really lost as to what I am
doing wrong.<br>
<br>
The query I am trying to run is <br>
{<br>
"cursor":true,<br>
"query":[{<br>
"*":[],<br>
"/business/retail_location/address":{<br>
"citytown":[],<br>
"postal_code":[],<br>
"street_address":[],<br>
"street_address_2":[]<br>
},<br>
"name":[],<br>
"type":"/dining/restaurant"<br>
}]<br>
} <br><br>
The error message I get is <br>"Unique query may have at most one result. Got 56". It seems
like on the fourth attempt, it is losing the outside data like
restaurant id etc and only returning the address information only. What am I
doing wrong? <br>
<br>
Thanks,<br><br>-Eric<br>