frostfs-node/pkg/local_object_storage/metabase
Leonard Lyubich 3bbf1d6a60 [#137] metabase: Do not select objects if there is no filterable attribute
In previous metabase implementation the absence of an attribute presented in
the search filter did not exclude the object from the result. Change this
behavior to exclude the object from the result.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-11-03 18:42:32 +03:00
..
db.go [#137] metabase: Implement Path method 2020-11-03 18:42:32 +03:00
db_test.go [#137] metabase: Add unit test for a nonexistent attribute 2020-11-03 18:42:32 +03:00
delete.go [#128] metabase: Implement Delete method 2020-10-29 17:34:41 +03:00
delete_test.go [#137] metabase: Implement and useful test funcs for work with DB 2020-11-03 18:42:32 +03:00
get.go [#128] metabase: Implement Delete method 2020-10-29 17:34:41 +03:00
get_test.go [#137] metabase: Implement and useful test funcs for work with DB 2020-11-03 18:42:32 +03:00
put.go [#131] metabase: Implement indexing by object properties 2020-11-03 18:42:32 +03:00
put_test.go [#137] metabase: Implement and useful test funcs for work with DB 2020-11-03 18:42:32 +03:00
select.go [#137] metabase: Do not select objects if there is no filterable attribute 2020-11-03 18:42:32 +03:00
select_test.go [#137] metabase: Implement and useful test funcs for work with DB 2020-11-03 18:42:32 +03:00