Sha256: a7ae523380d501a6d936af2559df672befc0bd88f21fc082a1c4829cd21f6e6f

Contents?: true

Size: 330 Bytes

Versions: 36

Compression:

Stored size: 330 Bytes

Contents

- name: existing field - matches
  document:
    name:
  query:
    name:
      $type: 10
  matches: true

- name: missing field - does not match
  document:
    x:
  query:
    name:
      $type: 10
  matches: false

- name: existing field - does not match
  document:
    pi: 3
  query:
    pi:
      $type: 10
  matches: false

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
mongoid-9.0.4 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.8 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.7 spec/integration/matcher_operator_data/type_null.yml
mongoid-9.0.3 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.6 spec/integration/matcher_operator_data/type_null.yml
mongoid-9.0.2 spec/integration/matcher_operator_data/type_null.yml
mongoid-9.0.1 spec/integration/matcher_operator_data/type_null.yml
mongoid-9.0.0 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.0.8 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.5 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.4 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.0.7 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.3 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.2 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.0.6 spec/integration/matcher_operator_data/type_null.yml
mongoid-7.5.4 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.1 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.0.5 spec/integration/matcher_operator_data/type_null.yml
mongoid-8.1.0 spec/integration/matcher_operator_data/type_null.yml
mongoid-7.5.3 spec/integration/matcher_operator_data/type_null.yml