$all with an empty array should return all documents rather than no documents

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Do
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Query Execution
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      $all doesn't work as expected on lists

      The logic of all seems to be:
      {field:{$all:lst}}
      if for all x in list, x is in field, then return
      else, do not return

      However, for the empty list, which would vacuously satisfy everything, it does not return everything.

              Assignee:
              [DO NOT USE] Backlog - Query Execution
              Reporter:
              Moses Nakamura
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: