[PR #713] [MERGED] feat: add document search to the command menu #1131

Closed
opened 2026-02-26 19:31:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/713
Author: @ksushant6566
Created: 12/2/2023
Status: Merged
Merged: 12/6/2023
Merged by: @Mythie

Base: mainHead: document-search-in-command-menu


📝 Commits (9)

  • 1bd2530 feat: add document search to the command menu
  • c6f4ac9 fix: filter documents in command menu using recipients email
  • 31b4c0c fix: include received documents in command menu search results + refactor to remove custom filter
  • abbb7a4 chore: replace useEffect+useState with useMemo
  • 2fad425 fix: exclude user deleted documents in command-menu search
  • c98af82 chore: add limit to search results
  • 9317baf fix: bug fixes
  • 7729afb Merge branch 'main' into document-search-in-command-menu
  • 5b21f0b fix: formatting and tests

📊 Changes

7 files changed (+410 additions, -9 deletions)

View changed files

📝 apps/web/src/app/(signing)/sign/[token]/page.tsx (+1 -1)
📝 apps/web/src/components/(dashboard)/common/command-menu.tsx (+64 -8)
packages/app-tests/e2e/pr-713-add-document-search-to-command-menu.spec.ts (+72 -0)
packages/lib/server-only/document/search-documents-with-keyword.ts (+81 -0)
packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts (+167 -0)
📝 packages/trpc/server/document-router/router.ts (+21 -0)
📝 packages/trpc/server/document-router/schema.ts (+4 -0)

📄 Description

resolves #702


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/713 **Author:** [@ksushant6566](https://github.com/ksushant6566) **Created:** 12/2/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `document-search-in-command-menu` --- ### 📝 Commits (9) - [`1bd2530`](https://github.com/documenso/documenso/commit/1bd2530cc569f50a65697d45eea503d85144ecbf) feat: add document search to the command menu - [`c6f4ac9`](https://github.com/documenso/documenso/commit/c6f4ac9588d5f6b5db4e94e456668eb9d511b39a) fix: filter documents in command menu using recipients email - [`31b4c0c`](https://github.com/documenso/documenso/commit/31b4c0cc79987bcf1a4fec2574e16327b176d7b5) fix: include received documents in command menu search results + refactor to remove custom filter - [`abbb7a4`](https://github.com/documenso/documenso/commit/abbb7a49859aad97e0edbd8622483a90c34514bc) chore: replace useEffect+useState with useMemo - [`2fad425`](https://github.com/documenso/documenso/commit/2fad425d3e9a9758809d5706bc60ba841751a520) fix: exclude user deleted documents in command-menu search - [`c98af82`](https://github.com/documenso/documenso/commit/c98af82c83e759b294d56aa478c107dc6a579b25) chore: add limit to search results - [`9317baf`](https://github.com/documenso/documenso/commit/9317baf4d4aade35f3a127837901862cac3db9af) fix: bug fixes - [`7729afb`](https://github.com/documenso/documenso/commit/7729afb8d86ef33a4fc0ec01834a860287c68a9c) Merge branch 'main' into document-search-in-command-menu - [`5b21f0b`](https://github.com/documenso/documenso/commit/5b21f0bfc16e0efb80445bfccd7beee5703e78a9) fix: formatting and tests ### 📊 Changes **7 files changed** (+410 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(signing)/sign/[token]/page.tsx` (+1 -1) 📝 `apps/web/src/components/(dashboard)/common/command-menu.tsx` (+64 -8) ➕ `packages/app-tests/e2e/pr-713-add-document-search-to-command-menu.spec.ts` (+72 -0) ➕ `packages/lib/server-only/document/search-documents-with-keyword.ts` (+81 -0) ➕ `packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts` (+167 -0) 📝 `packages/trpc/server/document-router/router.ts` (+21 -0) 📝 `packages/trpc/server/document-router/schema.ts` (+4 -0) </details> ### 📄 Description resolves #702 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1131
No description provided.