Sha256: 2f7acea82375d6703f1454d186f3fe83147a8fe27c156789fc5e8ea0bbd9a503

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

- name: mix of arrays and hashes in an array - value found in nested array
  document: &array-hash-mix
    foo:
      -
        -
          bar: 1
      - bar: 2
  query:
    foo.bar: 1
  matches: false

- name: mix of arrays and hashes in an array - value found in non-nested array
  document: *array-hash-mix
  query:
    foo.bar: 2
  matches: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mongoid-7.2.1 spec/integration/matcher_operator_data/implicit_traversal.yml
mongoid-7.2.0 spec/integration/matcher_operator_data/implicit_traversal.yml
mongoid-7.2.0.rc1 spec/integration/matcher_operator_data/implicit_traversal.yml