You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get the contact which has been updated recently.
Why /dev/api/contact?page_size=10&global_sort_key=-updated_time throws exception {"exception message":"com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found. recommended index is:\n- kind: Contact\n properties:\n - name: type\n - name: updated_time\n direction: desc\n\nThe suggested index for this query is:\n \n \n \n <\/datastore-index>\n\n","status":"500"} ? and also what all properties are supported in global_sort_key?
The text was updated successfully, but these errors were encountered:
I was trying to get the contact which has been updated recently.
Why
/dev/api/contact?page_size=10&global_sort_key=-updated_time
throws exception{"exception message":"com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found. recommended index is:\n- kind: Contact\n properties:\n - name: type\n - name: updated_time\n direction: desc\n\nThe suggested index for this query is:\n \n \n \n <\/datastore-index>\n\n","status":"500"}
? and also what all properties are supported in global_sort_key?The text was updated successfully, but these errors were encountered: