Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想获得一组包含特定文件的文件(我有_id这个文件的字段)。
_id
困难在于还要获得该文档之前和之后的3个文档(按插入顺序)。
我真的怀疑在一个请求中是否有可能,因为如果我使用where规则来匹配我想要获取的文档的 id,我不知道我如何也可以匹配其他的。
where
所以我知道我可以find为文档做一个,并获得 3 个最旧和最新的,另一个参考字段find的日期created_at,但我很想知道我是否可以改进这种处理。
find
created_at