[PR #1532] [MERGED] [FEAT] Implement search for document picker #3706

Closed
opened 2026-02-22 18:34:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1532
Author: @shatfield4
Created: 5/24/2024
Status: Merged
Merged: 6/7/2024
Merged by: @timothycarambat

Base: masterHead: 1474-feat-search-feature-for-my-documents-section


📝 Commits (5)

  • fad1129 implement search for document picker
  • eb583c2 patch name
  • e0ab634 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1474-feat-search-feature-for-my-documents-section
  • 6279941 Refactor file search method and implementation
  • 0b4b91a Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1474-feat-search-feature-for-my-documents-section

📊 Changes

6 files changed (+200 additions, -60 deletions)

View changed files

📝 frontend/package.json (+2 -1)
frontend/src/components/Modals/ManageWorkspace/Documents/Directory/NewFolderModal/index.jsx (+90 -0)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx (+50 -59)
frontend/src/components/Modals/ManageWorkspace/Documents/Directory/utils.js (+49 -0)
📝 frontend/src/index.css (+4 -0)
📝 frontend/yarn.lock (+5 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1474

What is in this change?

  • Implement debounced document picker search bar to find and sort files easier
  • Remove new folder input field and replace with modal for better UX (and to make search bar fit)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/1532 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1474-feat-search-feature-for-my-documents-section` --- ### 📝 Commits (5) - [`fad1129`](https://github.com/Mintplex-Labs/anything-llm/commit/fad1129b33511401f71d69baea623cc8ff4d68b2) implement search for document picker - [`eb583c2`](https://github.com/Mintplex-Labs/anything-llm/commit/eb583c2cb73cea44f3748988626264e71a0e6a98) patch name - [`e0ab634`](https://github.com/Mintplex-Labs/anything-llm/commit/e0ab63449d32cfb90d34ced0ee535a01a5c0dccf) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1474-feat-search-feature-for-my-documents-section - [`6279941`](https://github.com/Mintplex-Labs/anything-llm/commit/6279941b7333caac2b962144880e4f652d6d0d2d) Refactor file search method and implementation - [`0b4b91a`](https://github.com/Mintplex-Labs/anything-llm/commit/0b4b91a9831ed32af1bc4d7df196b5ef2a25b458) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1474-feat-search-feature-for-my-documents-section ### 📊 Changes **6 files changed** (+200 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -1) ➕ `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/NewFolderModal/index.jsx` (+90 -0) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx` (+50 -59) ➕ `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/utils.js` (+49 -0) 📝 `frontend/src/index.css` (+4 -0) 📝 `frontend/yarn.lock` (+5 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1474 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implement debounced document picker search bar to find and sort files easier - Remove new folder input field and replace with modal for better UX (and to make search bar fit) ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:20 -05:00
yindo closed this issue 2026-02-22 18:34:20 -05:00
yindo changed title from [PR #1532] [FEAT] Implement search for document picker to [PR #1532] [MERGED] [FEAT] Implement search for document picker 2026-06-05 15:14:49 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3706