We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e4c78 commit c57ba4fCopy full SHA for c57ba4f
src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx
@@ -18,6 +18,7 @@ export function useGrpcMethodActions() {
18
acc.push({
19
id: method.name,
20
name: method.name,
21
+ keywords: `${collection.name} ${service.name} ${method.name}`,
22
subtitle: `${collection.name} → ${service.name}`,
23
section: '',
24
parent: 'grpc',
0 commit comments