我注意到一个奇怪的行为。当我使用mongoose.select('-_id -__v -__t')时,它删除了_id和__v字段,但没有删除__t。这个功能有什么问题吗?这发生在字符串和数组符号中。
mongoose.select('-_id -__v -__t')
_id
__v
__t
0mkxixxg1#
这是 Mongoose 的一个特殊错误。该问题已通过以下方式得到解决:https://github.com/Automattic/mongoose/pull/13722
1条答案
按热度按时间0mkxixxg1#
这是 Mongoose 的一个特殊错误。该问题已通过以下方式得到解决:https://github.com/Automattic/mongoose/pull/13722