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 --------