Skip to content

Commit c57ba4f

Browse files
committed
feat: add keywords for collections search
1 parent 00e4c78 commit c57ba4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function useGrpcMethodActions() {
1818
acc.push({
1919
id: method.name,
2020
name: method.name,
21+
keywords: `${collection.name} ${service.name} ${method.name}`,
2122
subtitle: `${collection.name}${service.name}`,
2223
section: '',
2324
parent: 'grpc',

0 commit comments

Comments
 (0)