Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli/object: Support numeric queries in
search
command
Recently, NeoFS object search protocol was extended with `<`, `<=`, `>` and `>=` numeric operators. These operators provide client comparison operations of decimal integers. From now users can use `GT`, `GE`, `LT` and `LE` binary operators to form their numeric object queries for payload size, creation epoch or any other user-defined object attribute. Refs #2730. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information