fix: remove unused facets from documentation (#6685)

This commit is contained in:
Prospector
2026-07-10 10:37:48 -07:00
committed by GitHub
parent af8daca059
commit bbdaa171e3
-3
View File
@@ -1969,11 +1969,8 @@ paths:
- `project_id`
- `license`
- `downloads`
- `color`
- `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 `<`.