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

indexstorage type indexed changed to index

parent 672d7e05
......@@ -856,7 +856,7 @@
// );
// };
jIO.addStorage("indexed", IndexStorage);
jIO.addStorage("index", IndexStorage);
exports.createDescription = function () {
// XXX
......
......@@ -76,7 +76,7 @@
'scenario',
'memory'
), INDEX_STORAGE_SPEC = {
"type": "indexed",
"type": "index",
"indices": [
{"id": "A", "index": ["contributor"], "metadata": {
"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