Skip to content

Commit 0e9fefb

Browse files
committed
Clarify date timestamps in search docs
Replaces #4206
1 parent 8fa01b9 commit 0e9fefb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/docs/public/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,8 +1933,10 @@ paths:
19331933
- `license`
19341934
- `downloads`
19351935
- `color`
1936-
- `created_timestamp`
1937-
- `modified_timestamp`
1936+
- `created_timestamp` (uses Unix timestamp)
1937+
- `modified_timestamp` (uses Unix timestamp)
1938+
- `date_created` (uses ISO-8601 timestamp)
1939+
- `date_modified` (uses ISO-8601 timestamp)
19381940
19391941
In order to then use these facets, you need a value to filter by, as well as an operation to perform on this value.
19401942
The most common operation is `:` (same as `=`), though you can also use `!=`, `>=`, `>`, `<=`, and `<`.

0 commit comments

Comments
 (0)