Skip to content

Commit

Permalink
Fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bertocci committed Apr 4, 2024
1 parent 00c02c0 commit 9fba7b2
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 9fba7b2

Please sign in to comment.