按照关系字段的计数对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')查询帖子,并根据评论计数字段进行降序排序。这将返回一个按照评论计数排序的帖子数组。

相关内容

热门资讯

透视实锤!wepoker透视辅... 透视实锤!wepoker透视辅助下载(透视)果然真的有挂(详细辅助总结教程)wepoker透视是一种...
必备教程!wepoker私人局... 必备教程!wepoker私人局辅助器怎么用,哈糖大菠萝软件下载,插件教程(有挂攻略);人气非常高,a...
透视有挂!uupoker透视(... 透视有挂!uupoker透视(透视)都是真的有挂(详细辅助攻略教程);1、全新机制【软件透明挂】2、...
盘点一款!安装不了wepoke... 盘点一款!安装不了wepoker,wepoker插件程序激活码,解密教程(有挂神器);玩家必备必赢加...
透视挂透视!哈糖大菠萝怎么开挂... 透视挂透视!哈糖大菠萝怎么开挂(透视)一贯是真的有挂(详细辅助2025新版技巧);透视挂透视!哈糖大...
教学盘点!aapoker插件下... 教学盘点!aapoker插件下载,德州hhpoker脚本,必备教程(有挂技巧)1、很好的工具软件,可...
透视有挂!aapoker如何设... 透视有挂!aapoker如何设置胜率(透视)原来真的有挂(详细辅助技巧教程)1、玩家可以在软件透明挂...
今日重大通报!红龙poker辅... 今日重大通报!红龙poker辅助工具,sohoo竞技联盟辅助器,必备教程(有挂软件);实战中需综合运...
透视实锤!wepoker游戏安... 透视实锤!wepoker游戏安装教程(透视)真是真的有挂(详细辅助AA德州教程);1、游戏颠覆性的策...
揭秘一下!wepoker免费脚... 揭秘一下!wepoker免费脚本咨询,hhpoker是正品吗,德州教程(有挂技巧)1、许多玩家不知道...