app/index.yaml
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 05 Mar 2009 17:44:48 +0000
changeset 1676 a3c33bef2ea8
parent 287 847ea0747e4f
child 1684 83010029e2fb
permissions -rw-r--r--
Organization Proposals list now correctly sorts. Changed the index.yaml to reflect this. (Removed old entry). Also added a TODO to change this list once http://code.google.com/p/googleappengine/issues/detail?id=1100 is fixed. This means we can't properly sort when using the IN operator on another property then we are sorting on. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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 once in query history.
- kind: StudentProposal
  properties:
  - name: org
  - name: status
  - name: score
    direction: desc