Skip to content

Commit

Permalink
Merge pull request #295 from nspcc-dev/feat/add-split-first-object-fi…
Browse files Browse the repository at this point in the history
…lter

object/search: Add first child filter
  • Loading branch information
roman-khimov authored Apr 11, 2024
2 parents 5c35354 + cf8b677 commit 36da36e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ message SearchRequest {
// object_id of parent
// * $Object:split.splitID \
// 16 byte UUIDv4 used to identify the split object hierarchy parts
// * $Object:split.first \
// object_id of the first part in split chain; non-acceptable for deprecated V1 split scheme
//
// There are some well-known filter aliases to match objects by certain
// properties:
Expand Down
2 changes: 2 additions & 0 deletions proto-docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,8 @@ prefix to the name. Here is the list of fields available via this prefix:
object_id of parent
* $Object:split.splitID \
16 byte UUIDv4 used to identify the split object hierarchy parts
* $Object:split.first \
object_id of the first part in split chain; non-acceptable for deprecated V1 split scheme

There are some well-known filter aliases to match objects by certain
properties:
Expand Down

0 comments on commit 36da36e

Please sign in to comment.