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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
indexes:
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
# AUTOGENERATED
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
# This index.yaml is automatically updated whenever the dev_appserver
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
# detects that a new type of query is run.  If you want to manage the
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
# index.yaml file manually, remove the above marker line (the line
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
# saying "# AUTOGENERATED").  If you want to manage some indexes
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
# manually, move them above the marker line.  The index.yaml file is
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
# automatically uploaded to the admin console when you next deploy
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
# your application using appcfg.py.
287
847ea0747e4f Update indexes in index.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 54
diff changeset
    12
1676
a3c33bef2ea8 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 287
diff changeset
    13
# Used once in query history.
a3c33bef2ea8 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 287
diff changeset
    14
- kind: StudentProposal
287
847ea0747e4f Update indexes in index.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 54
diff changeset
    15
  properties:
1676
a3c33bef2ea8 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 287
diff changeset
    16
  - name: org
a3c33bef2ea8 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 287
diff changeset
    17
  - name: status
a3c33bef2ea8 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 287
diff changeset
    18
  - name: score
a3c33bef2ea8 Organization Proposals list now correctly sorts.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 287
diff changeset
    19
    direction: desc