This page includes some notes on Sample Databases included in 2.0.
Document Naming Conventions
Use Human Readable Key Names, spaces change to "."
document key: new.belgium
Use "-" as separator in key parts for cross operating system filename compatibility
document key: new.belgium-fat.tire
Normalize names to ASCII-7 and remove punctuation and lowercase
document key: "borsodi.sorgyar"
json key:
Unknown macro: { "brewery_name"}
Use "type" in Document as json key for use in Views (Secondary Index/Query)
document key: new.belgium
value:
Unknown macro: { "type"}
document key: new.belgium-fat.tire
value:
Unknown macro: { "type"}