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

相关内容

热门资讯

推荐透视!wejoker手机版... 推荐透视!wejoker手机版透视脚本,微乐降序自建房辅助app,积累教程(有挂技巧)-哔哩哔哩we...
了解透视!aapoker怎么拿... 了解透视!aapoker怎么拿好牌,微信微乐游戏辅助脚本,窍要教程(有挂教程)-哔哩哔哩1)aapo...
解密透视!hhpkoer辅助挂... 解密透视!hhpkoer辅助挂是真的吗,微乐自建房辅助神器怎么安装,教程书教程(发现有挂)-哔哩哔哩...
详情透视!有哪些免费的wpk作... 详情透视!有哪些免费的wpk作弊码,微乐智能插件激活码,方针教程(有挂技术)-哔哩哔哩1、点击下载安...
辅助透视!wpk官网下载链接,... 辅助透视!wpk官网下载链接,微乐家乡小程序脚本ios,妙招教程(有挂功能)-哔哩哔哩辅助透视!wp...
曝光透视!wpk辅助是什么,微... 曝光透视!wpk辅助是什么,微乐小程序游戏破解器下载,指南书教程(有挂存在)-哔哩哔哩1、实时wpk...
了解透视!xpoker辅助器,... 了解透视!xpoker辅助器,微乐小程游戏破解器下载,举措教程(有挂攻略)-哔哩哔哩1、用户打开应用...
科普透视!steampoker... 科普透视!steampokermaster辅助,微乐内蒙古自建房脚本免费下载,教材教程(有人有挂)-...
解迷透视!hhpoker可以控... 解迷透视!hhpoker可以控制吗,微信微乐小程序辅助器免费安装,课程教程(果真有挂)-哔哩哔哩1....
有挂透视!智星德州插件最新版本... 有挂透视!智星德州插件最新版本更新内容详解,微乐小程序修复系统有用吗,方案教程(有挂解密)-哔哩哔哩...