Mongoose select with - not removing __t字段

3lxsmp7m  于 2023-10-19  发布在  Go
关注(0)|答案(1)|浏览(84)

我注意到一个奇怪的行为。
当我使用mongoose.select('-_id -__v -__t')时,它删除了_id__v字段,但没有删除__t
这个功能有什么问题吗?这发生在字符串和数组符号中。

0mkxixxg

0mkxixxg1#

这是 Mongoose 的一个特殊错误。该问题已通过以下方式得到解决:https://github.com/Automattic/mongoose/pull/13722

相关问题