Hi all,

I want to query all entities with a property (called "cost") within a given 
range, and order the results according to another property (called 
"score"). Both are integers.
According to the doc, I cannot do that because I should order by the "cost" 
first...

Then I thought I could use a ListProperty of 2 elements : [cost, score].
Provided that the range of possible values do not intersect, I could filter 
and order the way I want.

Is it a valid approach ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/0Ska2g2qziYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to