Skip to content

Commit

Permalink
feat: add keywords for collections search
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Aug 22, 2022
1 parent 00e4c78 commit c57ba4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/shortcuts/hooks/use-grpc-method-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c57ba4f

Please sign in to comment.