[#254] object: Support new values of search match type
Support STRING_NOT_EQUAL and NOT_PRESENT match types of object search filters. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
e9ae408c3a
commit
ebff07aaf2
5 changed files with 38 additions and 9 deletions
|
@ -226,6 +226,8 @@ const (
|
|||
const (
|
||||
MatchUnknown MatchType = iota
|
||||
MatchStringEqual
|
||||
MatchStringNotEqual
|
||||
MatchNotPresent
|
||||
)
|
||||
|
||||
func (h *ShortHeader) GetVersion() *refs.Version {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue