【发布时间】:2015-05-06 08:53:20
【问题描述】:
我有以下数据:
payment1: {
id: "payment1",
categoryId: "category1"
}
payment2: {
id: "payment2",
categoryId: "category2"
}
payment3: {
id: "payment3",
categoryId: "category2"
}
category1: {
id: "category1",
name: "Food"
}
category2: {
id: "category2",
name: "Leisure"
}
我需要一个按类别 NAME 对支付数据进行排序的视图。在 CouchDB 中可以吗?
提前致谢! 伊万
【问题讨论】:
标签: javascript mapreduce couchdb