hi tehere,

i´m quiet new to the base api. i´m using the zend framework to handle
the api in php.

i´d like to sort my results. but it doesn´t work.

here is my code:
#############################
$query = $service->newItemQuery();
$query->setBq('[title:bmw]');
$query->setOrderBy('zustand (text)');
$query->setSortOrder('descending');
$query->setMaxResults('10');
$feed = $service->getGbaseItemFeed($query);
##############################

con someone help me please?

thanks!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to