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 5c74d0b commit 4fcecccCopy full SHA for 4fceccc
src/api/public-api/query-language.md
@@ -298,7 +298,7 @@ The following tables list the query languages's available functions.
298
| ------------ | -------------------------------------------------------------------------- |
299
| Syntax | `after_date({t: Timestamp})`<br>`t` - ISO 8601 timestamp |
300
| Return Type | `Comparator` |
301
-| Notes | `string` format can also be use |
+| Notes | `string` format can also be used |
302
| Example | `after_date(2023-12-07T18:50:00Z)` or `after_date('2023-12-07T18:50:00Z')` |
303
304
| `within_last` | |
0 commit comments