[PR #2365] [CLOSED] feat: realtime search through logs #3756

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2365
Author: @joeljstephen
Created: 5/25/2022
Status: Closed

Base: mainHead: feat/realtime-search


📝 Commits (2)

  • 663da34 feat: realtime search through logs
  • d13b381 feat: added highlighting of search pattern and new search bar design

📊 Changes

3 files changed (+133 additions, -11 deletions)

View changed files

📝 packages/hoppscotch-app/components/realtime/Log.vue (+44 -9)
📝 packages/hoppscotch-app/components/realtime/LogEntry.vue (+56 -2)
packages/hoppscotch-app/helpers/functional/regex.ts (+33 -0)

📄 Description

Fixes hoppscotch/internal-issues#13

Description

This introduces a new feature in Realtime that adds the functionality for full text search to log entries.

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/2365 **Author:** [@joeljstephen](https://github.com/joeljstephen) **Created:** 5/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/realtime-search` --- ### 📝 Commits (2) - [`663da34`](https://github.com/hoppscotch/hoppscotch/commit/663da34e089e5b202203fcc83df592db76e058ce) feat: realtime search through logs - [`d13b381`](https://github.com/hoppscotch/hoppscotch/commit/d13b381097ed1298670acaeea2faaa1a9c12e349) feat: added highlighting of search pattern and new search bar design ### 📊 Changes **3 files changed** (+133 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/realtime/Log.vue` (+44 -9) 📝 `packages/hoppscotch-app/components/realtime/LogEntry.vue` (+56 -2) ➕ `packages/hoppscotch-app/helpers/functional/regex.ts` (+33 -0) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Fixes hoppscotch/internal-issues#13 ### Description This introduces a new feature in Realtime that adds the functionality for full text search to log entries. ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] 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 - [x] All the tests have passed <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:20:41 +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#3756
No description provided.