From f0f16f492ebc0aed3f0dab06844faa5ca951a36c Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Mon, 5 Jul 2021 12:11:37 +0100 Subject: [PATCH] Update docs to clarify that an implicit collection can not have an index Signed-off-by: Matthew B White (cherry picked from commit 965664fcf97a2b429a5230f9209e3181bedb69f9) --- docs/source/private_data_tutorial.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/private_data_tutorial.rst b/docs/source/private_data_tutorial.rst index 360a84e8004..593d29ac17a 100644 --- a/docs/source/private_data_tutorial.rst +++ b/docs/source/private_data_tutorial.rst @@ -976,6 +976,11 @@ automatically deployed upon chaincode instantiation on the channel when the ``--collections-config`` flag is specified pointing to the location of the collection JSON file. +.. note:: It is not possible to create an index for use with an implict private data collection. + An implicit collection is based on the organizations name and is created automatically. The format of the name + is ``_implicit_org_`` + Please see `FAB-17916 `__ for more information. + Clean up --------