Skip to content

DBRefs as Object #350

@bmarguerite

Description

@bmarguerite

Hi,

I update the river to 2.0.1 but DBRef still handle as string :(

Here my MongoDb collection

"users": [
    {
      "$ref": "users",
      "$id": ObjectId("5437cbad03643f072c41f6b0")
    }
  ]

Here how it's stored in ES

"users": [
"{ "$ref" : "users", "$id" : "5437cbad03643f072c41f6b0" }"
]

Could you help me?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions