Test Data: ```json { "value":42, "items":[ { "key":10 }, { "key":42 }, { "key":50 } ] } ``` Selector: ``` $.items[?(@.key==$.value)] ``` Result (Proposal A): ```diff --- Expected +++ Actual @@ @@ -'[{"key":42}]' +'[]' ``` https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_equals_with_root_reference.html