mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
added test for list type in filters
This commit is contained in:
parent
05deef8be4
commit
b0830dc192
@ -7,4 +7,10 @@ blocks:
|
|||||||
ops:
|
ops:
|
||||||
op1:
|
op1:
|
||||||
describeindexstats: "test-index"
|
describeindexstats: "test-index"
|
||||||
#filter: ""
|
filter:
|
||||||
|
filterfield: "colors"
|
||||||
|
operator: "$in"
|
||||||
|
comparator:
|
||||||
|
- "blue"
|
||||||
|
- "red"
|
||||||
|
- "green"
|
||||||
|
Loading…
Reference in New Issue
Block a user