[PR #3896] [MERGED] feat: team search in workspace search and spotlight #4576

Closed
opened 2026-03-17 02:06:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3896
Author: @amk-dev
Created: 3/13/2024
Status: Merged
Merged: 3/19/2024
Merged by: @AndrewBastin

Base: release/2024.3.0Head: feat/team-search-fe


📝 Commits (10+)

  • 43a151e feat: team search in workspace search and spotlight
  • 76dd2b5 fix: show loading state while fetching search results
  • 691e00b fix: debounce behavior
  • b925f79 fix: prevent network calls for an empty search query
  • d8fbeea fix: disable collection operations for search results tree
  • 68d27b6 wip: expand collection results
  • 79595f0 feat: expand collections, that are search results
  • ee2a30c fix: expand collections + loading spinners
  • 2d50825 chore: cleanup
  • 639d174 refactor: escape characters in search query

📊 Changes

7 files changed (+940 additions, -20 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+3 -2)
packages/hoppscotch-common/src/components/app/spotlight/entry/RESTTeamRequestEntry.vue (+32 -0)
📝 packages/hoppscotch-common/src/components/app/spotlight/index.vue (+2 -0)
📝 packages/hoppscotch-common/src/components/collections/TeamCollections.vue (+60 -7)
📝 packages/hoppscotch-common/src/components/collections/index.vue (+93 -11)
packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts (+610 -0)
packages/hoppscotch-common/src/services/spotlight/searchers/teamRequest.searcher.ts (+140 -0)

📄 Description

This PR introduces searching team collections & requests from the workspace sidebar and spotlight search.


🔄 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/hoppscotch/hoppscotch/pull/3896 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 3/13/2024 **Status:** ✅ Merged **Merged:** 3/19/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2024.3.0` ← **Head:** `feat/team-search-fe` --- ### 📝 Commits (10+) - [`43a151e`](https://github.com/hoppscotch/hoppscotch/commit/43a151e6c001cfd3e8662a5f93c32d74c595d6e0) feat: team search in workspace search and spotlight - [`76dd2b5`](https://github.com/hoppscotch/hoppscotch/commit/76dd2b528bb505b9bbf394fc08ab0d1ae29c119e) fix: show loading state while fetching search results - [`691e00b`](https://github.com/hoppscotch/hoppscotch/commit/691e00ba29923b73e650ca8f1c30eacdc933328b) fix: debounce behavior - [`b925f79`](https://github.com/hoppscotch/hoppscotch/commit/b925f79f7b6ba01871a3fe357a1d83d62c94c35f) fix: prevent network calls for an empty search query - [`d8fbeea`](https://github.com/hoppscotch/hoppscotch/commit/d8fbeeaeab86775d1d57ecd76cde6ce344110ba0) fix: disable collection operations for search results tree - [`68d27b6`](https://github.com/hoppscotch/hoppscotch/commit/68d27b612980c433a4926949b5ce89c0a6150c93) wip: expand collection results - [`79595f0`](https://github.com/hoppscotch/hoppscotch/commit/79595f09135c2844994209909430cb78a0994488) feat: expand collections, that are search results - [`ee2a30c`](https://github.com/hoppscotch/hoppscotch/commit/ee2a30c2c642dba3a721b755b0bc530a40ad3ab3) fix: expand collections + loading spinners - [`2d50825`](https://github.com/hoppscotch/hoppscotch/commit/2d50825f84a582d3596c4e62523edf444acf02af) chore: cleanup - [`639d174`](https://github.com/hoppscotch/hoppscotch/commit/639d174bbaf8f6bbf2683e4cafec479532e37b3c) refactor: escape characters in search query ### 📊 Changes **7 files changed** (+940 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+3 -2) ➕ `packages/hoppscotch-common/src/components/app/spotlight/entry/RESTTeamRequestEntry.vue` (+32 -0) 📝 `packages/hoppscotch-common/src/components/app/spotlight/index.vue` (+2 -0) 📝 `packages/hoppscotch-common/src/components/collections/TeamCollections.vue` (+60 -7) 📝 `packages/hoppscotch-common/src/components/collections/index.vue` (+93 -11) ➕ `packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts` (+610 -0) ➕ `packages/hoppscotch-common/src/services/spotlight/searchers/teamRequest.searcher.ts` (+140 -0) </details> ### 📄 Description This PR introduces searching team collections & requests from the workspace sidebar and spotlight search. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:06:07 +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/hoppscotch#4576
No description provided.