Description:
Add index Issue with reviewers and modified.
In particular,
- kind: Issue
properties:
- name: reviewers
- name: modified
direction: desc
is not sufficient for a /search with
?reviewer=<foo>
&modified_before=03%2F04%2F2012
&modified_after=02%2F27%2F2012
Please review this at http://codereview.appspot.com/5729044/
Affected files:
M index.yaml
Index: index.yaml
===================================================================
--- a/index.yaml
+++ b/index.yaml
@@ -116,6 +116,11 @@
properties:
- name: reviewers
- name: modified
+
+- kind: Issue
+ properties:
+ - name: reviewers
+ - name: modified
direction: desc
- kind: Message