Commit 6021fe13 authored by Tristan Cavelier's avatar Tristan Cavelier

indexstorage type indexed changed to index

parent 672d7e05
...@@ -856,7 +856,7 @@ ...@@ -856,7 +856,7 @@
// ); // );
// }; // };
jIO.addStorage("indexed", IndexStorage); jIO.addStorage("index", IndexStorage);
exports.createDescription = function () { exports.createDescription = function () {
// XXX // XXX
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
'scenario', 'scenario',
'memory' 'memory'
), INDEX_STORAGE_SPEC = { ), INDEX_STORAGE_SPEC = {
"type": "indexed", "type": "index",
"indices": [ "indices": [
{"id": "A", "index": ["contributor"], "metadata": { {"id": "A", "index": ["contributor"], "metadata": {
"title": "Database - A" "title": "Database - A"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment