From dc4ef332f83c14a003e958913155f138934fae57 Mon Sep 17 00:00:00 2001 From: Emma Alexia Date: Sat, 30 Aug 2025 14:46:51 -0400 Subject: [PATCH] Clarify date timestamps in search docs (#4293) Replaces #4206 --- apps/docs/public/openapi.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/docs/public/openapi.yaml b/apps/docs/public/openapi.yaml index 73b2b05b..3863bd56 100644 --- a/apps/docs/public/openapi.yaml +++ b/apps/docs/public/openapi.yaml @@ -1933,8 +1933,10 @@ paths: - `license` - `downloads` - `color` - - `created_timestamp` - - `modified_timestamp` + - `created_timestamp` (uses Unix timestamp) + - `modified_timestamp` (uses Unix timestamp) + - `date_created` (uses ISO-8601 timestamp) + - `date_modified` (uses ISO-8601 timestamp) In order to then use these facets, you need a value to filter by, as well as an operation to perform on this value. The most common operation is `:` (same as `=`), though you can also use `!=`, `>=`, `>`, `<=`, and `<`.