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
* jsdoc and apiinilne
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
* JSDoc at the original location, and link to it
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
* correct link on main page and remove between in filters
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
* correct gitignore for jsdoc
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Copy file name to clipboardExpand all lines: packages/composer-website/jekylldocs/business-network/query.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Queries are an optional component of a business network definition, written in a
16
16
17
17
Note: When using the {{site.data.conrefs.hlf_full}} v1.0 runtime {{site.data.conrefs.hlf_full}} must be configured to use CouchDB persistence.
18
18
19
-
Filters are similar to queries, but use the LoopBack filter syntax, and can only be sent using the {{site.data.conrefs.composer_full}} REST API. Currently, only the `WHERE` LoopBack filter is supported. The supported operators within `WHERE` are: **=**, **and**, **or**, **gt**, **gte**, **lt**, **lte**, **between**, **neq**. Filters are submitted using a `GET` call against an asset type, participant type, or transaction type; the filter is then supplied as a parameter. Filters return the results from the specified class, and will not return results from classes extending the specified class.
19
+
Filters are similar to queries, but use the LoopBack filter syntax, and can only be sent using the {{site.data.conrefs.composer_full}} REST API. Currently, only the `WHERE` LoopBack filter is supported. The supported operators within `WHERE` are: **=**, **and**, **or**, **gt**, **gte**, **lt**, **lte**, **neq**. Filters are submitted using a `GET` call against an asset type, participant type, or transaction type; the filter is then supplied as a parameter. Filters return the results from the specified class, and will not return results from classes extending the specified class.
20
20
21
21
## Types of Queries
22
22
@@ -83,14 +83,15 @@ Filters can only be submitted using the {{site.data.conrefs.composer_full}} REST
83
83
84
84
*Please note*: Only the top level `WHERE` operator can have more than two operands.
85
85
86
-
Currently, only the `WHERE` LoopBack filter is supported. The supported operators within `WHERE` are: **=**, **and**, **or**, **gt**, **gte**, **lt**, **lte**, **between**, **neq**. Filters can combine multiple operators, in the following example, an **and** operator is nested within an **or** operator.
86
+
Currently, only the `WHERE` LoopBack filter is supported. The supported operators within `WHERE` are: **=**, **and**, **or**, **gt**, **gte**, **lt**, **lte**, **neq**. Filters can combine multiple operators, in the following example, an **and** operator is nested within an **or** operator.
The **between** operator returns values between the given range. It accepts numbers, datetime values, and strings. If supplied with strings, the **between** operator returns results between the supplied strings alphabetically. In the example below, the filter will return all resources where the driver property is alphabetically between _a_ and _c_, inclusively.
Copy file name to clipboardExpand all lines: packages/composer-website/jekylldocs/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ <h1>Build Blockchain applications and business networks your way</h1>
35
35
</div>
36
36
<divclass="homepage-callout">
37
37
<divclass="callout-copy">
38
-
<p><strong>Update Oct 11: </strong>Version 0.14 has been released. To deliver major enhancements to the security model, this update may break existing projects. Please see https://github.com/hyperledger/composer/releases</p>
38
+
<p><strong>Update Oct 11: </strong>Version 0.14 has been released. To deliver major enhancements to the security model, this update may break existing projects. Please see <ahref="https://github.com/hyperledger/composer/releases">the release notes.</a></p>
Copy file name to clipboardExpand all lines: packages/composer-website/scripts/api-doc-index.md.tpl
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ index-order: 1200
11
11
Hyperledger Composer is an application development framework for building Blockchain applications based on Hyperledger. This is the JavaScript documentation for the Hyperledger Composer Client, Admin, and Runtime JavaScript APIs.
12
12
13
13
14
+
The [original JSDoc format](../jsdoc/index.html) can still be found temporarily, whilst the new format is refinded. Please do send us your feedback.
0 commit comments