We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83273b commit 5c74d0bCopy full SHA for 5c74d0b
src/api/public-api/query-language.md
@@ -291,7 +291,7 @@ The following tables list the query languages's available functions.
291
| ------------- | ---------------------------------------------------------------------------- |
292
| Syntax | `before_date({t: Timestamp})`<br>`t` - ISO 8601 timestamp |
293
| Return Type | `Comparator` |
294
-| Notes | `string` format can also be use |
+| Notes | `string` format can also be used |
295
| Example | `before_date(2023-12-07T18:50:00Z)` or `before_date('2023-12-07T18:50:00Z')` |
296
297
| `after_date` | |
0 commit comments