mongoengine - Ignore extra fields for schema validation

前端 未结 4 731
轮回少年
轮回少年 2021-02-03 21:11

I am trying to query my database. Some records currently have extra fields that are not included in my model schema (by error, but I want to handle these cases). When I try to q

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-03 21:36

    I believe you want to use a DynamicDocument instead of a Document when defining your model and that will allow extra fields in the db schema to be ignored.

提交回复
热议问题