add screenshot

This commit is contained in:
Nolan Lawson 2014-06-05 01:28:19 -07:00
parent 16a91e70c8
commit efe108ff3d
2 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ pouch.search({
});
```
When you do this, you _must_ at least provide the `fields`, because external databases are created and identified based on the fields you want to index. (I.e. for every unique `fields` combination you want to index, a separate database will be created especially for that query.)
When you do this, you _must_ at least provide the `fields`, because external databases are created and identified based on the fields you want to index. I.e. for every unique `fields` combination you want to index, a separate database will be created especially for that query. If you open up your developer tools, you can see it; it should have a name like `<mydbname>-search-<md5sum>` and look like this:
Algorithm

BIN
docs/extra_database.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB