Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-2120

Unable to filter nested document with oData

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

      I am using oData and trying to filter the nested document's property. Filtering property on the root level works fine. When I start to filter state, I get an exception

      "(IIF((

      {document} {State}

      == null), null, Convert(

      {Address.State}

      )) == True) is not supported."

      {
      "_id" : ObjectId("5a26b43b38a9447d8032e8a2"),
      "personId" : UUID("50aa744d-95c3-4b77-9ffe-b2593c6d9732"),
      "address" :

      { "state" : "california" }

      }

            Assignee:
            Unassigned Unassigned
            Reporter:
            justint justin teaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: