[PR #3262] [MERGED] feat: spotlight collection searcher #4306

Closed
opened 2026-03-17 01:51:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3262
Author: @AndrewBastin
Created: 8/18/2023
Status: Merged
Merged: 8/18/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: feat/collection-spotlight


📝 Commits (3)

  • 8afa390 feat: spotlight searcher implementation
  • d114c95 chore: minor ui improvements
  • ce27d53 chore: update searcher title to say my collections

📊 Changes

4 files changed (+453 additions, -0 deletions)

View changed files

packages/hoppscotch-common/src/components/app/spotlight/entry/GQLRequest.vue (+65 -0)
packages/hoppscotch-common/src/components/app/spotlight/entry/RESTRequest.vue (+71 -0)
📝 packages/hoppscotch-common/src/components/app/spotlight/index.vue (+2 -0)
packages/hoppscotch-common/src/services/spotlight/searchers/collections.searcher.ts (+315 -0)

📄 Description

Closes HFE-121

This PR intends to introduce a Spotlight searcher to search against user collections in REST and GraphQL.

What's changed

  • Registered and introduced a spotlight searcher to search user collections.
  • Added RESTRequest and GQLRequest spotlight entry components.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/3262 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/18/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `feat/collection-spotlight` --- ### 📝 Commits (3) - [`8afa390`](https://github.com/hoppscotch/hoppscotch/commit/8afa390a4d967cfcf291628b10fa0bb16f60a9b0) feat: spotlight searcher implementation - [`d114c95`](https://github.com/hoppscotch/hoppscotch/commit/d114c95e6a764cd5270a19288997d615c42212b0) chore: minor ui improvements - [`ce27d53`](https://github.com/hoppscotch/hoppscotch/commit/ce27d53041a6c899196372b859d5a45b7ad72ee1) chore: update searcher title to say my collections ### 📊 Changes **4 files changed** (+453 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/hoppscotch-common/src/components/app/spotlight/entry/GQLRequest.vue` (+65 -0) ➕ `packages/hoppscotch-common/src/components/app/spotlight/entry/RESTRequest.vue` (+71 -0) 📝 `packages/hoppscotch-common/src/components/app/spotlight/index.vue` (+2 -0) ➕ `packages/hoppscotch-common/src/services/spotlight/searchers/collections.searcher.ts` (+315 -0) </details> ### 📄 Description Closes HFE-121 This PR intends to introduce a Spotlight searcher to search against user collections in REST and GraphQL. ### What's changed - Registered and introduced a spotlight searcher to search user collections. - Added `RESTRequest` and `GQLRequest` spotlight entry components. ### Checks - [x] My pull request adheres to the code style of this project - [x] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:51:23 +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#4306
No description provided.