i am getting a NeedIndexError while my index.yaml file is showing data
as expected... what else could be causing this?

NeedIndexError: no matching index found.
This query needs this index:
- kind: Dataset
  properties:
  - name: is_hidden
  - name: owner

my index.yaml file right before the update looks like this:
indexes:

# AUTOGENERATED

# This index.yaml is automatically updated whenever the dev_appserver
# detects that a new type of query is run.  If you want to manage the
# index.yaml file manually, remove the above marker line (the line
# saying "# AUTOGENERATED").  If you want to manage some indexes
# manually, move them above the marker line.  The index.yaml file is
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.

# Used 12 times in query history.
- kind: Dataset
  properties:
  - name: is_hidden
  - name: owner

# Unused in query history -- copied from input.
- kind: Input
  properties:
  - name: is_hidden
  - name: owner

thanks in advance.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to