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:
parent
e432ad2182
commit
a3012bcc34
@ -292,7 +292,7 @@ Let’s perform a text search for all metadata that contains the word '1.32':
|
||||
|
||||
.. code-block:: js
|
||||
|
||||
conn.searchMetadata('Bicycle Inc.')
|
||||
conn.searchMetadata('1.32')
|
||||
.then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets))
|
||||
|
||||
Which leads to following result:
|
||||
|
Loading…
Reference in New Issue
Block a user