google app engine - GAE cursors and inequality filter -


from https://developers.google.com/appengine/docs/java/datastore/queries#java_limitations_of_cursors :

cursors don't work expected query uses inequality filter or sort order on property multiple values.

does mean query inequality filter don't support cursors? or sentence referred query inequality filter on property multiple values? e.g. query 1 support cursors:

"... prop > 5 && prop < 10 "


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -