Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-2841

matcher does not match arrays in inequalities to themselves

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
    • ALL

      For example

      > t.save(

      {a:[1]}

      );
      > t.count( {a:{$gte:[1]}} );
      0

      It might make sense to hold off on fixing these cases until after the matcher / qo refactor.

            Assignee:
            Unassigned Unassigned
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: