LINQ3: Handle expressions that translate to $in with array field

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 2.14.0
    • Affects Version/s: None
    • Component/s: LINQ3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The following expressions:

      f.Any(i => a.Contains(i))
      a.Any(i => f.Contains(i))

      where f is an array field and a is an array constant value both should be translated to:

      { f : { $in : a } }
      

              Assignee:
              Robert Stam
              Reporter:
              Robert Stam
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: