mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4777] [feature]: search request by url #1794
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#1794
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 @cs12110 on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4777
Is there an existing issue for this?
Summary
Can hoppscotch support search by request url?
If I got a request on collection:
Can we search this request by just using a part of url:
b/c?Why should this be worked on?
just want to find the target request quickly.
@jamesgeorge007 commented on GitHub (Apr 3, 2025):
Hi, the latest release adds the ability to search requests via the endpoint under the personal workspace. Please feel free to let us know if you have any feedback.
@cs12110 commented on GitHub (Apr 8, 2025):
On v25.3.0 add this feature, right? On the app, I haven't find the setting you describe. Is there anything I missing?
@jamesgeorge007 commented on GitHub (Jun 10, 2025):
Sorry for the delayed response. This feature is enabled by default in the personal workspace and does not require any specific setting. You can now search using parts of an endpoint as well as the request name. Please note that, at present, search is limited to a depth of
2in this context.@cs12110 commented on GitHub (Jun 30, 2025):
Thanks for that response. But I don't know what is the
search is limited to a depth of 2 in this context?For example, I got an request url like :'a/b/c/d'. Only can search by
c/d?@jamesgeorge007 commented on GitHub (Jul 31, 2025):
What I meant was that, as shown in the screenshots, searching for
req1works because it's within two levels under the collection (col-1>fold-1>req1), whereasreq2doesn't show up since it's nested deeper (col-1>fold-1>fold-2>req2).Currently, the search is limited to a depth of
2levels from the collection root.