CouchDB Group Level and Key Range

给你一囗甜甜゛ 提交于 2019-12-04 04:25:47

You always need to give a range of keys, because filtering is done on map's results, not on reduce.

For example, the following parameters should work (if properly url-encoded):

?group_level=2&startkey=["WA",2011]&endkey=["WA",2011,{}]

You can read about view collation to understand how it works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!