Hi All,
I am trying to fetch the data by applying the sort order(Ascending) on
the property.
Ex:
Query query = new Query("DBNAME");
query .addFilter("Property",FilterOperator.GREATER_THAN_OR_EQUAL,
"Propertyvalue");
query.addSort("Property", SortDirection.ASCENDING);
When i am executing the above query, it saying no matching index
found.
Please let me know what i am doing wrong.
Thanks
Ramesh
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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-appengine?hl=en.