You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/private_data_tutorial.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -962,10 +962,10 @@ price private data is purged.
962
962
Using indexes with private data
963
963
-------------------------------
964
964
965
-
note:: The Fabric chaincode lifecycle that is being introduced in the Fabric v2.0
966
-
Alpha does not support using couchDB indexes with your chaincode. To
967
-
use the previous lifecycle model to deploy couchDB indexes with private data
968
-
collections, visit the v1.4 version of the `Using Private Data in Fabric tutorial <https://hyperledger-fabric.readthedocs.io/en/release-1.4/private_data_tutorial.html>`_
965
+
.. note:: The Fabric chaincode lifecycle that is being introduced in the Fabric v2.0
966
+
Alpha does not support using couchDB indexes with your chaincode. To
967
+
use the previous lifecycle model to deploy couchDB indexes with private data
968
+
collections, visit the v1.4 version of the `Using Private Data in Fabric tutorial <https://hyperledger-fabric.readthedocs.io/en/release-1.4/private_data_tutorial.html>`_
969
969
970
970
Indexes can also be applied to private data collections, by packaging indexes in
971
971
the ``META-INF/statedb/couchdb/collections/<collection_name>/indexes`` directory
0 commit comments