This repository was archived by the owner on Sep 7, 2022. It is now read-only.
File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
<!-- -
3
3
4
4
This README is automatically generated from the comments in these files:
5
- app-pouchdb-conflict-resolution.html app-pouchdb-document.html app-pouchdb-query.html app-pouchdb-sync.html
5
+ app-pouchdb-conflict-resolution.html app-pouchdb-document.html app-pouchdb-index.html app-pouchdb- query.html app-pouchdb-sync.html
6
6
7
7
Edit those files, and our readme bot will duplicate them over here!
8
8
Edit this file, and the bot will squash your changes :)
@@ -82,6 +82,19 @@ PouchDB document:
82
82
83
83
84
84
85
+ ##< ; app-pouchdb-index> ;
86
+
87
+ ` app-pouchdb-index ` enables declarative, idempotent configuration of database
88
+ indexes. The semantics map to those of the pouchdb-find plugin. For more
89
+ information on creating PouchDB indexes with pouchdb-find, please refer to the
90
+ documentation
91
+ [ here] ( https://github.com/nolanlawson/pouchdb-find#dbcreateindexindex--callback ) .
92
+
93
+ Note: at least one index must be created in order for ` app-pouchdb-query ` to
94
+ work.
95
+
96
+
97
+
85
98
##< ; app-pouchdb-query> ;
86
99
87
100
` app-pouchdb-query ` allows for declarative, read-only querying into a PouchDB
You can’t perform that action at this time.
0 commit comments