From b800342d72aa0b5eef16d82b213b3dccdf262939 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 Sep 2017 05:18:03 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index 870dafa2..ea228a61 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -1139,7 +1139,8 @@ module.Collection = core.ImageGridFeatures.Feature({ Object.keys(raw) .forEach(function(key){ metadata[key] = raw[key] }) - // XXX use .prepareIndexForWrite(.., mode) for this... + // XXX use .prepareIndexForWrite(.., full) for this... + // XXX pass the date... // collections//data if(metadata.data){ res.index[path +'/data'] = metadata.data