Commit 75d89e95 authored by Vincent Bechu's avatar Vincent Bechu

mappingstorage: kepp property in document when id is mapped

parent 53b4251b
...@@ -167,6 +167,9 @@ ...@@ -167,6 +167,9 @@
} }
} }
} }
if (storage._map_id[0] === "equalSubProperty") {
storage._mapping_dict[storage._map_id[1]] = ["keep"];
}
if (storage._query.query !== undefined) { if (storage._query.query !== undefined) {
query_list.push(QueryFactory.create(storage._query.query)); query_list.push(QueryFactory.create(storage._query.query));
} }
......
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