Skip to content

Commit

Permalink
Merge pull request #320 from nspcc-dev/searchv2/attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Feb 13, 2025
2 parents 9f1f128 + 9c8ea62 commit 00bfea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion object/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ message SearchV2Request {
uint32 count = 5;

// List of attribute names (including special ones as defined by
// SearchFilter key) to include into the reply. Limited to 4, these
// SearchFilter key) to include into the reply. Limited to 8, these
// attributes also affect result ordering (result is ordered by attributes
// and then by OID).
repeated string attributes = 6;
Expand Down
2 changes: 1 addition & 1 deletion proto-docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ Object Search request body
| filters | [SearchFilter](#neo.fs.v2.object.SearchFilter) | repeated | List of search expressions. Limited to 8. If additional attributes are requested (see attributes below) then the search expression MUST use the first requested attribute. |
| cursor | [string](#string) | | Cursor to continue search. Can be omitted or empty for the new search. |
| count | [uint32](#uint32) | | Limits the number of responses to the specified number. Can't be more than 1000. |
| attributes | [string](#string) | repeated | List of attribute names (including special ones as defined by SearchFilter key) to include into the reply. Limited to 4, these attributes also affect result ordering (result is ordered by attributes and then by OID). |
| attributes | [string](#string) | repeated | List of attribute names (including special ones as defined by SearchFilter key) to include into the reply. Limited to 8, these attributes also affect result ordering (result is ordered by attributes and then by OID). |


<a name="neo.fs.v2.object.SearchV2Response"></a>
Expand Down

0 comments on commit 00bfea0

Please sign in to comment.