标签: pouchdb
在PouchDB中.get()实现了id在文档中的搜索。是否可以通过id获取文档,而不是通过自定义字段?
.get()
id
答案 0 :(得分:0)
是的,这是可能的。您应该阅读PouchDB / CouchDB中的views以了解更多信息。这是一篇很好的帖子:https://pouchdb.com/2014/05/01/secondary-indexes-have-landed-in-pouchdb.html
views