Skip to content

Commit 381911f

Browse files
Update STA-Filtering.md (#2410)
fix small duplication in docs
1 parent bf79768 commit 381911f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sensorthingsapi/requestingData/STA-Filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Type | encoding | example
5656
--- | --- | ---
5757
numbers | direct in URL | `result gt 5`
5858
strings | quoted with `'`, quotes doubled | `name eq 'Hylke''s Thing'`
59-
times | direct in URL | `phenomenonTime ge phenomenonTime ge 2022-12-23T13:21:31%2B01:00` (URL Encoded from `2022-12-23T13:21:31+01:00`)
59+
times | direct in URL | `phenomenonTime ge 2022-12-23T13:21:31%2B01:00` (URL Encoded from `2022-12-23T13:21:31+01:00`)
6060
durations | `duration'<ISO 8601 code>'` | `phenomenonTime gt now() sub duration'P1D'`
6161
geometries | `geography'<WKT geometry>'` | `st_within(location, geography'POLYGON ((30 10, 10 20, 20 40, 40 40, 30 10))')`
6262

0 commit comments

Comments
 (0)