Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexei Mochalov <[email protected]>
  • Loading branch information
fiskus and nl0 authored Feb 14, 2024
1 parent 03ae51f commit 863cd06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Catalog/SearchQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ The following are all valid search parameters:
| `metadata` | Package metadata | `metadata:dapi` |
| `size` | Object size in bytes | `size:>=4096` |
| `version_id` | Object version id | `version_id:t.LVVCx*` |
| `pointer_file` | Package revision tag in S3; either "latest" or a top hash | `pointer_file:latest` |
| `pointer_file` | Package revision tag in S3; either "latest" or a timestamp | `pointer_file:latest` |
| `package_stats.total_files` | Package total files | `package_stats.total_files:>100` |
| `package_stats.total_bytes` | Package total bytes | `package_stats.total_bytes:<100` |
| `workflow.id` | Package workflow ID | `workflow.id:verify-metadata` |

**Logical operators and grouping**

Expand Down

0 comments on commit 863cd06

Please sign in to comment.