@@ -282,20 +282,18 @@ queries:
282
282
- id : filter_expression_with_addition
283
283
status : open
284
284
result : [{"key": 60}, {"key": 50}, {"key": 10}, {"key": -50}, {"key+50": 100}]
285
- - id : filter_expression_with_boolean_and_operator
286
- status : fail
287
- result : [{"key": 43}, {"key": 44}]
288
285
- id : filter_expression_with_boolean_and_operator_and_value_false
289
- status : error
286
+ status : open
287
+ result : []
290
288
- id : filter_expression_with_boolean_and_operator_and_value_true
291
- status : error
292
- - id : filter_expression_with_boolean_or_operator
293
- status : fail
294
- result : [{"key": 44}]
289
+ status : open
290
+ result : [{"key": 1}, {"key": 3}]
295
291
- id : filter_expression_with_boolean_or_operator_and_value_false
296
- status : error
292
+ status : open
293
+ result : [{"key": 1}, {"key": 3}]
297
294
- id : filter_expression_with_boolean_or_operator_and_value_true
298
- status : error
295
+ status : open
296
+ result : [{"key": 1}, {"key": 3}, {"key": "nice"}, {"key": true}, {"key": null}, {"key": false}, {"key": {}}, {"key": []}, {"key": -1}, {"key": 0}, {"key": ""}]
299
297
- id : filter_expression_with_bracket_notation
300
298
status : error
301
299
- id : filter_expression_with_bracket_notation_and_current_object_literal
@@ -314,10 +312,10 @@ queries:
314
312
result : ["some value", "value", 0, 1, -1, "", [], {}, false, true]
315
313
- id : filter_expression_with_different_grouped_operators
316
314
status : open
317
- result : []
315
+ result : [{"a": true, "b": true, "c": true}, {"a": true, "c": true} ]
318
316
- id : filter_expression_with_different_ungrouped_operators
319
317
status : open
320
- result : []
318
+ result : [{"a": true, "b": true}, {"a": true, "b": true, "c": true}, {"a": true, "c": true} ]
321
319
- id : filter_expression_with_division
322
320
status : open
323
321
result : [{"key": 60}, {"key": 50}, {"key": 10}, {"key": -50}]
@@ -345,7 +343,8 @@ queries:
345
343
- id : filter_expression_with_equals_array_with_single_quotes
346
344
status : error
347
345
- id : filter_expression_with_equals_boolean_expression_value
348
- status : error
346
+ status : open
347
+ result : []
349
348
- id : filter_expression_with_equals_false
350
349
status : open
351
350
result : [{"some": "some value"}, {"key": null}]
@@ -406,26 +405,31 @@ queries:
406
405
status : open
407
406
result : [{"key": 42}]
408
407
- id : filter_expression_with_greater_than
409
- status : error
408
+ status : open
409
+ result : [{"key": 43}, {"key": 42.0001}, {"key": 100}]
410
410
- id : filter_expression_with_greater_than_or_equal
411
- status : error
411
+ status : open
412
+ result : [{"key": 42}, {"key": 43}, {"key": 42.0001}, {"key": 100}]
412
413
- id : filter_expression_with_in_array_of_values
413
414
status : error
414
415
- id : filter_expression_with_in_current_object
415
416
status : open
416
417
result : []
417
418
- id : filter_expression_with_less_than
418
- status : error
419
+ status : open
420
+ result : [{"key": 0}, {"key": -1}, {"key": 41}, {"key": 41.9999}]
419
421
- id : filter_expression_with_less_than_or_equal
420
- status : error
422
+ status : open
423
+ result : [{"key": 0}, {"key": 42}, {"key": -1}, {"key": 41}, {"key": 41.9999}]
421
424
- id : filter_expression_with_multiplication
422
425
status : open
423
426
result : [{"key": 60}, {"key": 50}, {"key": 10}, {"key": -50}, {"key*2": 100}]
424
427
- id : filter_expression_with_negation_and_equals
425
428
status : open
426
429
result : [{"key": 0}, {"key": 42}, {"key": -1}, {"key": 41}, {"key": 43}, {"key": 42.0001}, {"key": 41.9999}, {"key": 100}, {"key": "43"}, {"key": "42"}, {"key": "41"}, {"key": "value"}, {"some": "value"}]
427
430
- id : filter_expression_with_negation_and_less_than
428
- status : error
431
+ status : open
432
+ result : []
429
433
- id : filter_expression_with_negation_and_without_value
430
434
status : open
431
435
result : [{"key": true}, {"key": false}, {"key": "value"}, {"key": ""}, {"key": 0}, {"key": 1}, {"key": -1}, {"key": 42}, {"key": {}}, {"key": []}]
@@ -451,7 +455,8 @@ queries:
451
455
status : fail
452
456
result : [{"key": 42}]
453
457
- id : filter_expression_with_subfilter
454
- status : error
458
+ status : open
459
+ result : []
455
460
- id : filter_expression_with_subpaths
456
461
status : fail
457
462
result : []
@@ -484,7 +489,7 @@ queries:
484
489
result : []
485
490
- id : filter_expression_with_value_true
486
491
status : open
487
- result : []
492
+ result : [1, 3, "nice", true, null, false, {}, [], -1, 0, "" ]
488
493
- id : filter_expression_without_parens
489
494
status : error
490
495
- id : filter_expression_without_value
0 commit comments