From 0f556b03cff7b32d90e22bc05e975737f300de9e Mon Sep 17 00:00:00 2001
From: Semyon Krestyaninov <krestyaninov@perx.ru>
Date: Wed, 23 Oct 2024 15:26:17 +0300
Subject: [PATCH] add tags filed to Filter

---
 proto/collections/collections.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto
index 82ac8ab..a90256e 100644
--- a/proto/collections/collections.proto
+++ b/proto/collections/collections.proto
@@ -101,6 +101,7 @@ message ListRequest {
     bool include_hidden = 6;
     repeated string name = 3;
     repeated string id = 4;
+    repeated string tags = 7;
   }
 
   string space_id = 1;
-- 
GitLab