按照关系字段的计数对KeystoneJS结果进行排序
创始人
2024-08-24 04:30:01
0

在KeystoneJS中,可以使用.populate()方法来按照关系字段的计数对结果进行排序。下面是一个示例代码:

const keystone = require('keystone');
const { Types } = keystone.Field;

// 定义模型
const Post = keystone.List('Post', {
    map: { name: 'title' },
    autokey: { path: 'slug', from: 'title', unique: true },
});

const Comment = keystone.List('Comment', {
    map: { name: 'content' },
});

Post.add({
    title: { type: Types.Text, required: true },
    commentsCount: { type: Types.Number, default: 0, noedit: true },
});

Comment.add({
    content: { type: Types.Text, required: true },
    post: { type: Types.Relationship, ref: 'Post', refPath: 'comments' },
});

// 在模型上注册一个中间件,用于更新评论计数字段
Comment.schema.post('save', async function () {
    const postId = this.post;
    const count = await Comment.model.countDocuments({ post: postId });
    await Post.model.findByIdAndUpdate(postId, { commentsCount: count });
});

// 查询帖子,并按照评论计数字段降序排序
Post.model.find()
    .populate('comments')
    .sort('-commentsCount')
    .exec((err, posts) => {
        if (err) {
            console.error(err);
        } else {
            console.log(posts);
        }
    });

在这个示例中,我们有两个模型:PostCommentPost模型有一个commentsCount字段,用于存储与该帖子相关联的评论计数。Comment模型有一个post字段,用于关联到Post模型。

Comment模型的schema中,我们注册了一个post('save')中间件,用于在每次保存评论时更新对应帖子的评论计数字段。这样,无论是添加、更新还是删除评论,都能保持评论计数字段的准确性。

最后,我们使用Post.model.find().populate('comments').sort('-commentsCount')查询帖子,并根据评论计数字段进行降序排序。这将返回一个按照评论计数排序的帖子数组。

相关内容

热门资讯

据公告内容!sohoo竞技联盟... 据公告内容!sohoo竞技联盟辅助器(透视)好像是真的辅助神器(有挂分享)-哔哩哔哩sohoo竞技联...
透视模拟器!hhpoker透视... 透视模拟器!hhpoker透视方法(透视)一贯真的是有辅助工具(有挂规律)-哔哩哔哩1、hhpoke...
透视模拟器!大菠萝免费辅助器(... 透视模拟器!大菠萝免费辅助器(透视)都是真的有辅助神器(有挂猫腻)-哔哩哔哩1、每一步都需要思考,不...
此事引发网友热议!大菠萝免费辅... 此事引发网友热议!大菠萝免费辅助器(透视)真是是有辅助工具(有挂方法)-哔哩哔哩1、打开软件启动之后...
透视好友!wepoker辅助是... 透视好友!wepoker辅助是真的吗(透视)都是存在有辅助神器(有挂秘籍)-哔哩哔哩1、任何wepo...
连日来!wepoker免费透视... 连日来!wepoker免费透视(透视)好像是真的辅助插件(有挂秘籍)-哔哩哔哩1、点击下载安装,we...
据了解!wepoker透视脚本... 据了解!wepoker透视脚本免费使用视频(透视)一贯真的是有辅助软件(有挂分析)-哔哩哔哩;1、让...
透视实锤!hhpoker德州透... 透视实锤!hhpoker德州透视挂(透视)都是真的有辅助神器(有挂教程)-哔哩哔哩1、hhpoker...
刚刚!wpk有辅助器吗(透视)... 刚刚!wpk有辅助器吗(透视)好像有辅助工具(有挂功能)-哔哩哔哩;1、进入到wpk有辅助器吗是否有...
网友热议!菠萝辅助器免费版的功... 网友热议!菠萝辅助器免费版的功能介绍(透视)切实真的有辅助插件(有挂方法)-哔哩哔哩网友热议!菠萝辅...