I have a problem when using orderby with my query. When i want to
order by an attribute with float type the search result return total
result is greater than 0. It means have i items approximate with my
query but there are no items. Here is my queries

-http://base.google.com/base/feeds/snippets?q=&bq=[customer+id:
+1060504]&start-index=1&max-results=200 -> not using order. It works
fine
- 
http://base.google.com/base/feeds/snippets?q=&bq=[customer+id:+1060504]&start-index=1&max-results=200&orderby=f_reviewweight(float)
-> using order it return total results and nothing else.

Event when I include that attribute in my query it have the same
result
-
http://base.google.com/base/feeds/snippets?q=&bq=[customer+id:+1060504][f_reviewweight(float)]&start-index=1&max-results=200&orderby=f_reviewweight(float)

And i try with these. No luck happen.

- 
http://base.google.com/base/feeds/snippets?q=&bq=[customer+id:+1060504][f_reviewweight(float)]&start-index=1&max-results=200&orderby=[
x = f_reviewweight(float): if exists(x) then max(x) else 0.0 ]  -->
search results returns items but not order at all.

I'm looking forward your reply. Thanks in advance.

-- 
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 google-base-data-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-base-data-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en.

Reply via email to