Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
None
-
Query 2018-06-18, Query 2018-07-02
Description
Test mode should allow you to do something like this:
[
|
{
|
"find": {"find": "collection", "match": {"a": {"$gt": 0}}},
|
"data": {"namespace": "collection", "data": [{"a": -1}, {"a": 3}]},
|
"expected": [{"a" 3}]
|
}
|
]
|