[PR #4120] [MERGED] Add ability to search workspace and threads #4521

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4120
Author: @timothycarambat
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @timothycarambat

Base: masterHead: combo-search-sidebar


📝 Commits (5)

📊 Changes

30 files changed (+422 additions, -30 deletions)

View changed files

frontend/src/components/Sidebar/SearchBox/index.jsx (+213 -0)
📝 frontend/src/components/Sidebar/index.jsx (+27 -28)
📝 frontend/src/index.css (+4 -0)
📝 frontend/src/locales/ar/common.js (+1 -0)
📝 frontend/src/locales/da/common.js (+1 -0)
📝 frontend/src/locales/de/common.js (+1 -0)
📝 frontend/src/locales/en/common.js (+1 -0)
📝 frontend/src/locales/es/common.js (+1 -0)
📝 frontend/src/locales/et/common.js (+1 -0)
📝 frontend/src/locales/fa/common.js (+1 -0)
📝 frontend/src/locales/fr/common.js (+1 -0)
📝 frontend/src/locales/he/common.js (+1 -0)
📝 frontend/src/locales/it/common.js (+1 -0)
📝 frontend/src/locales/ja/common.js (+1 -0)
📝 frontend/src/locales/ko/common.js (+1 -0)
📝 frontend/src/locales/lv/common.js (+1 -0)
📝 frontend/src/locales/nl/common.js (+1 -0)
📝 frontend/src/locales/pl/common.js (+1 -0)
📝 frontend/src/locales/pt_BR/common.js (+1 -0)
📝 frontend/src/locales/ru/common.js (+1 -0)

...and 10 more files

📄 Description

Pull Request Type

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

Relevant Issues

Merge #4122 prior to main

resolves #3341
resolves #4117
closes #3528
closes #4118

What is in this change?

  • Adds the ability to search workspaces and threads in a single combo input.
  • Contexual results based on user access if enabled

Additional Information

https://github.com/user-attachments/assets/11a43216-38a0-482b-9508-057269999f09

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/4120 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `combo-search-sidebar` --- ### 📝 Commits (5) - [`e9f2fb1`](https://github.com/Mintplex-Labs/anything-llm/commit/e9f2fb1f954e654f36c82ecdb6d846ab14cf4908) Add ability to search workspace and threads - [`52d861a`](https://github.com/Mintplex-Labs/anything-llm/commit/52d861a7efdb31560b7fca16b502dcdbc33cb3d6) fix height - [`cb6b06d`](https://github.com/Mintplex-Labs/anything-llm/commit/cb6b06de8c22afbc2fbef7aa5b0c5e7f83481650) styling - [`dab54b1`](https://github.com/Mintplex-Labs/anything-llm/commit/dab54b1b1700cfde5696ceef12f29e94c0b061a7) update placeholder - [`d3a872c`](https://github.com/Mintplex-Labs/anything-llm/commit/d3a872c6c2be29850cba4232dc4a01066ec35dd3) Translations PR (#4122) ### 📊 Changes **30 files changed** (+422 additions, -30 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/Sidebar/SearchBox/index.jsx` (+213 -0) 📝 `frontend/src/components/Sidebar/index.jsx` (+27 -28) 📝 `frontend/src/index.css` (+4 -0) 📝 `frontend/src/locales/ar/common.js` (+1 -0) 📝 `frontend/src/locales/da/common.js` (+1 -0) 📝 `frontend/src/locales/de/common.js` (+1 -0) 📝 `frontend/src/locales/en/common.js` (+1 -0) 📝 `frontend/src/locales/es/common.js` (+1 -0) 📝 `frontend/src/locales/et/common.js` (+1 -0) 📝 `frontend/src/locales/fa/common.js` (+1 -0) 📝 `frontend/src/locales/fr/common.js` (+1 -0) 📝 `frontend/src/locales/he/common.js` (+1 -0) 📝 `frontend/src/locales/it/common.js` (+1 -0) 📝 `frontend/src/locales/ja/common.js` (+1 -0) 📝 `frontend/src/locales/ko/common.js` (+1 -0) 📝 `frontend/src/locales/lv/common.js` (+1 -0) 📝 `frontend/src/locales/nl/common.js` (+1 -0) 📝 `frontend/src/locales/pl/common.js` (+1 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+1 -0) 📝 `frontend/src/locales/ru/common.js` (+1 -0) _...and 10 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues Merge #4122 prior to main <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3341 resolves #4117 closes #3528 closes #4118 ### What is in this change? - Adds the ability to search workspaces and threads in a single combo input. - Contexual results based on user access if enabled ### Additional Information https://github.com/user-attachments/assets/11a43216-38a0-482b-9508-057269999f09 ### 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:36:00 -05:00
yindo closed this issue 2026-02-22 18:36:00 -05:00
yindo changed title from [PR #4120] Add ability to search workspace and threads to [PR #4120] [MERGED] Add ability to search workspace and threads 2026-06-05 15:19:00 -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#4521