Hello, This is my query.
select Table where resolution == mresolution && slice == mslice && geobox == mgeobox && dateDisponibilite >= mdatedispo parameters int mresolution, int mslice, String mgeobox, Date mdatedispo When i execute it i have the follow message : "no matching index found" I try to create an index with the datastore-indexes.xml file. I try all possibilities but it doesn't work, i have always the same message. When i remove this part ( dateDisponibilite >= mdatedispo ) in the query it works. Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
