[PR #3631] [MERGED] feat: introduce platform defs for adding additional spotlight searchers #4457

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3631
Author: @amk-dev
Created: 12/6/2023
Status: Merged
Merged: 12/7/2023
Merged by: @AndrewBastin

Base: release/2023.12.0Head: feat/platform-def-spotlight


📝 Commits (1)

  • 7d17636 feat: enable additional serchers via platform for spotlight

📊 Changes

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

View changed files

📝 packages/hoppscotch-common/src/components/app/spotlight/index.vue (+5 -0)
📝 packages/hoppscotch-common/src/platform/index.ts (+2 -0)
packages/hoppscotch-common/src/platform/spotlight.ts (+10 -0)
📝 packages/hoppscotch-common/src/services/spotlight/index.ts (+1 -0)

📄 Description

This PR adds support for adding additional spotlight searchers from different platforms.

Notes:

  1. The new additionalInfo property to Spotlight search result meta was added as a requirment for the documentation search added in hoppscotch-web

🔄 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/3631 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.0` ← **Head:** `feat/platform-def-spotlight` --- ### 📝 Commits (1) - [`7d17636`](https://github.com/hoppscotch/hoppscotch/commit/7d17636b5ea3f6abb478d18d6d2058d05206e63b) feat: enable additional serchers via platform for spotlight ### 📊 Changes **4 files changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/app/spotlight/index.vue` (+5 -0) 📝 `packages/hoppscotch-common/src/platform/index.ts` (+2 -0) ➕ `packages/hoppscotch-common/src/platform/spotlight.ts` (+10 -0) 📝 `packages/hoppscotch-common/src/services/spotlight/index.ts` (+1 -0) </details> ### 📄 Description This PR adds support for adding additional spotlight searchers from different platforms. Notes: 1. The new `additionalInfo` property to Spotlight search result meta was added as a requirment for the documentation search added in hoppscotch-web --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:59:35 +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#4457
No description provided.