[PR #10] [MERGED] feature: 全局搜索 #688

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/10
Author: @codexu
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @codexu

Base: devHead: search


📝 Commits (1)

  • 5e2875f feat: 全局搜索,可以模糊匹配到记录和文章内容,支持跳转

📊 Changes

11 files changed (+275 additions, -22 deletions)

View changed files

📝 package.json (+2 -1)
📝 pnpm-lock.yaml (+14 -5)
📝 src/app/core/note/mark/control-text.tsx (+1 -1)
src/app/core/search/page.tsx (+81 -0)
src/app/core/search/search-item.tsx (+144 -0)
src/app/core/search/types.ts (+6 -0)
📝 src/app/globals.scss (+4 -0)
📝 src/app/layout.tsx (+0 -12)
📝 src/components/app-sidebar.tsx (+1 -1)
📝 src/components/tooltip-button.tsx (+2 -2)
📝 src/stores/article.ts (+20 -0)

📄 Description

No description provided


🔄 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/codexu/note-gen/pull/10 **Author:** [@codexu](https://github.com/codexu) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `search` --- ### 📝 Commits (1) - [`5e2875f`](https://github.com/codexu/note-gen/commit/5e2875f7e2d21882a1d9e38103d74ad4c0ef117e) feat: 全局搜索,可以模糊匹配到记录和文章内容,支持跳转 ### 📊 Changes **11 files changed** (+275 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -1) 📝 `pnpm-lock.yaml` (+14 -5) 📝 `src/app/core/note/mark/control-text.tsx` (+1 -1) ➕ `src/app/core/search/page.tsx` (+81 -0) ➕ `src/app/core/search/search-item.tsx` (+144 -0) ➕ `src/app/core/search/types.ts` (+6 -0) 📝 `src/app/globals.scss` (+4 -0) 📝 `src/app/layout.tsx` (+0 -12) 📝 `src/components/app-sidebar.tsx` (+1 -1) 📝 `src/components/tooltip-button.tsx` (+2 -2) 📝 `src/stores/article.ts` (+20 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:19 +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/note-gen#688
No description provided.