aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2016-06-21 15:07:29 +0200
committerGitHub <noreply@github.com>2016-06-21 15:07:29 +0200
commitf3a33fb886fc40d0473884640eb7accbad94bbfe (patch)
treef2d1fcbc0430aa44b8199d0f8d9bdaedebd41d9a /sample-apps
parent624626bba1daf4be649292191cf3d1fce6a8e762 (diff)
do not use special chars in ids
- makes it more difficult to write easy first steps due to encoding
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search/music-data-feed.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample-apps/basic-search/music-data-feed.json b/sample-apps/basic-search/music-data-feed.json
index f896cdad75d..c899cb37831 100644
--- a/sample-apps/basic-search/music-data-feed.json
+++ b/sample-apps/basic-search/music-data-feed.json
@@ -1,6 +1,6 @@
[
{
- "put": "id:music:music::http://mymusic.com/Michael-Jackson-Bad",
+ "put": "id:music:music::123",
"fields": {
"album": "Bad",
"artist": "Michael Jackson",
@@ -10,7 +10,7 @@
}
},
{
- "put": "id:music:music::http://mymusic.com/Eminem-Recovery",
+ "put": "id:music:music::456",
"fields": {
"album": "Recovery",
"artist": "Eminem",