从couchdb到pouchdb的过滤复制

时间:2016-10-16 15:10:54

标签: couchdb pouchdb

我需要将所选记录从couchdb复制到pouchdb,

如何在couchdb中创建过滤器并在pouchdb中使用它?

我正在使用Ionic。

由于

1 个答案:

答案 0 :(得分:0)

管理解决它,犯了非常愚蠢的错误。

这里是文档在cloudant中的样子

b = ["food", "stuffing", "hobbitses"]
y = ["ing", "es", "s", "ly"]


def stemming():
    for i in range(len(b)):
        if b[i].endswith(tuple(y)):
            b[i] = b[i] - #???
print b

工作卷曲请求 https://host/database/_changes?filter=agentapp/by_agent&agent=1