2 つの文字列 (実際には AQL) があります。順序が同じでない場合でも、それらを比較できる方法はありますか (すべての値が等しいため、以下を true にしたい)?
'items.find({"repo": "lld-test-helm", "path": "customer-customer", "name": "customer-customer-0.29.3.tgz", "type": "file"})'
'items.find({"name": "customer-customer-0.29.3.tgz", "path": "customer-customer", "type": "file", "repo": "lld-test-helm"})'