Google App Engine is not updating my indexes, either manually or
automatically.
I added this index:
- kind: ForumPost
properties:
- name: visible
- name: comment_count
direction: desc
But if you go to http://www.careercup.com/forum?sort=comments, you'll
see an error message saying that that index doesn't exist.
I also tried adding this to the index.yaml file automatically, but it
doesn't work either. Here's the start of my index.yaml file:
--- BEGIN FILE ---
indexes:
- kind: ForumPost
properties:
- name: visible
- name: comment_count
direction: desc
# AUTOGENERATED
[more indexes]
--- END FILE ----
Also, when I log into the dashboard and click on "Indexes", it's also
not listed. I'm not sure what else to try to fix this...
App ID: careercup
--
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.