mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5572] [feature]: Topbar search #2154
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AyoubDalil on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5572
Is there an existing issue for this?
Summary
It would be helpful to allow searching for endpoints or request names that contain words in between. For example, if you want to search for an endpoint called unifiedSearch and you type 'search', it won't find anything. If you type 'unified', it will.
Why should this be worked on?
Its the best way to search in a workplace with lot of endpoints.
@AaronFortG commented on GitHub (Nov 14, 2025):
I believe this is already implemented, isn't it?
I can filter for "substrings" inside the request title and URL.
@AyoubDalil commented on GitHub (Nov 17, 2025):
Doesn't work for me.
@AaronFortG commented on GitHub (Nov 17, 2025):
Do you mean this search?
Search by request name
Search by endpoint (make sure the request is saved so that this search applies).
@AyoubDalil commented on GitHub (Nov 17, 2025):
Yes i'm doing this:
@AaronFortG commented on GitHub (Nov 17, 2025):
Wow, it works for me...
@AyoubDalil commented on GitHub (Nov 17, 2025):
I believe I know why it's failing: the search function doesn't work correctly with the Postman-imported calls, only with the ones created directly within Hoppscotch.
@AyoubDalil commented on GitHub (Nov 17, 2025):
The search functionality is working correctly for the requests created natively within Hoppscotch, but with imported ones no. So maybe thats the problem.
@AaronFortG commented on GitHub (Nov 17, 2025):
Uhhh, I believe that should be categorized as a bug then!
Yeah, I was trying with new requests instead of imported ones.