You're not showing us the entire query here. Please show us the actual query or at least the index it says you're missing.
Robert On Mon, Feb 27, 2012 at 08:32, ramesh <[email protected]> wrote: > 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. > -- 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.
