|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (8)
View Page Historyh3. Use Human Readable Key Names, spaces change to "_"
{quote} {color:grey}
*document key*: new_belgium
{quote} {color}
h3. Use "-" as separator in key parts for cross operating system filename compatibility
{quote} {color:grey}
*document key*: new_belgium-fat_tire
{quote} {color}
h3. Normalize names to ASCII-7, make lowercase and remove punctuation
{quote} {color:grey}
*document key*: "borsodi_sorgyar"
*json key*: \{ "brewery_name": "Borsodi Sörgyár" \}
*json key*: \{ "brewery_name": "Borsodi Sörgyár" \}
{quote} {color}
h3. Use "type" in Document as json key for use in Views (Secondary Index/Query)
{quote} {color:grey}
*document key*: new_belgium
*value*: \{ "type": "brewery", ... \}
*value*: \{ "type": "brewery", ... \}
*document key*: new_belgium-fat_tire
*value*: \{ "type": "beer", ... \}
*value*: \{ "type": "beer", ... \}
{quote} {color}