无法使用couchbase同步网关在pouchdb中同步couchbase视图

时间:2017-08-02 14:00:52

标签: couchbase pouchdb couchbase-view couchbase-sync-gateway

我正在尝试在pouchdb中获取couchbase视图结果,但是当我尝试此代码时pouchdb无法同步:

remoteDatabase网址是(sync gateway url)= http://localhost:4984/sync_gateway

database.replicate.from(remoteDatabase, {
     live: true,
     retry: true,
     filter: '_view',
     view: '_design/dev_Test/_views/Test1'
});

它不会复制任何东西。我想复制视图在沙发基地我有100多个字段的文件,但在包里我只想要几个字段,为此我在couchbase中创建了视图并尝试在pouchdb中复制。 提前致谢

0 个答案:

没有答案