I think that is the case only when you're saying something like orderby=[x=bedrooms(int): max(x)].
I am ultimately either assigning a 1 or 0 to the entry depending on if the UPC for that entry matches the UPC that I am looking for in my query. What I don't know is if I can use the x == "UPC" to determine if the UPC of the entry matches the UPC that I am looking for. Based on my understanding of the documentation, this should be possible to do. I just need to figure out how. I could do this in two queries but that doubles my requests to the API and the amount of time it takes on my side. On Jun 24, 4:05 pm, Celebird <[email protected]> wrote: > i believe orderby accepts only numeric attribute > types.http://code.google.com/apis/base/docs/2.0/reference.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
