From c57ba4f8e02d5662d4a0f1d1bd7f720185196e56 Mon Sep 17 00:00:00 2001 From: Alexey Vasyukov Date: Mon, 22 Aug 2022 14:14:04 +0300 Subject: [PATCH] feat: add keywords for collections search --- src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx b/src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx index 3d2de2f..107b75c 100644 --- a/src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx +++ b/src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx @@ -18,6 +18,7 @@ export function useGrpcMethodActions() { acc.push({ id: method.name, name: method.name, + keywords: `${collection.name} ${service.name} ${method.name}`, subtitle: `${collection.name} → ${service.name}`, section: '', parent: 'grpc',