1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 01:36:56 +01:00

Correct mistake in searchMetadata example

This commit is contained in:
Manolo 2017-12-05 16:10:43 +01:00 committed by GitHub
parent e432ad2182
commit a3012bcc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,7 +292,7 @@ Lets perform a text search for all metadata that contains the word '1.32':
.. code-block:: js .. code-block:: js
conn.searchMetadata('Bicycle Inc.') conn.searchMetadata('1.32')
.then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets)) .then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets))
Which leads to following result: Which leads to following result: