Skip to content

Commit

Permalink
Merge pull request #1906 from DanielBertocci/feature/fix-grouping-doc…
Browse files Browse the repository at this point in the history
…umentation

Fix table formatting for Grouping Functions
  • Loading branch information
hylkevds authored Apr 4, 2024
2 parents 83ad1a9 + 9fba7b2 commit 9e49680
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/sensorthingsapi/requestingData/STA-Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,8 @@ Clients can use `any()` to search in related entity sets and `in` to search in p

| Function | Description & Example |
| --- | --- |
| `in` <br/> bool | Returns true if the item on the left is in the array on the right.<br/>
`properties/countryCode in ('IT','NL')`<br/>
`'myTag' in properties/tags` |
| `relatedSet/any(x: <predicate>)` | Returns true if any of the Entities in the set match the predicate.<br>
`Datastreams/any(d: d/ObservedProperty/name eq 'NO2')`|
| `in` <br/> bool | Returns true if the item on the left is in the array on the right. <br/> `properties/countryCode in ('IT','NL')` <br/> `'myTag' in properties/tags` |
| `relatedSet/any(x: <predicate>)` | Returns true if any of the Entities in the set match the predicate. <br/> `Datastreams/any(d: d/ObservedProperty/name eq 'NO2')`|


Give me all Things that have both Datastreams that measure NO2 and Datastreams that measure O3:
Expand Down

0 comments on commit 9e49680

Please sign in to comment.