回答編集履歴

1

query 内容の誤りを修正

2015/12/16 03:09

投稿

bobunderson
bobunderson

スコア15

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- query={'query': {'a': 10.0}, 'fields': {}, 'count': 'TestCollection'}
19
+ query={'count': 'TestCollection', 'query': {'a': 10.0}, 'fields': {}}
20
20
 
21
21
 
22
22