1
0
Fork 0

_id's second part is always the _key, right?

This commit is contained in:
Patrick Huber 2014-11-26 12:28:53 +01:00 committed by Thomas Schmidts
parent 50b08dbb31
commit 293900c673
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ An example document:
```js
{
"_id" : "myusers/2345678",
"_id" : "myusers/3456789",
"_key" : "3456789",
"_rev" : "3456789",
"firstName" : "Hugo",