Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 1fd8148

Browse files
committed
[skip ci] Autogenerate README file.
1 parent e934680 commit 1fd8148

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!---
33
44
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
66
77
Edit those files, and our readme bot will duplicate them over here!
88
Edit this file, and the bot will squash your changes :)
@@ -82,6 +82,19 @@ PouchDB document:
8282

8383

8484

85+
##&lt;app-pouchdb-index&gt;
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+
8598
##&lt;app-pouchdb-query&gt;
8699

87100
`app-pouchdb-query` allows for declarative, read-only querying into a PouchDB

0 commit comments

Comments
 (0)