mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #503] Search and filter json response #500
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#500
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 @Urkman on GitHub (May 11, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/503
Originally assigned to: @NghiaTranUIT on GitHub.
I would like to search and filter the json response.
@NghiaTranUIT commented on GitHub (May 11, 2020):
It's good to support a search on the body for the Filter. I will work on it soon 👍 since we're working on the Proxyman Core v2
@NghiaTranUIT commented on GitHub (May 11, 2020):
Hey @Urkman , let check out this
You can filter the text in any Request/Response Body 👍
@Urkman commented on GitHub (May 11, 2020):
Hmmm... Perhaps I was missunderstood :(
I would like to filter inside the response of the currently selected request and only show me the (as an example) keys that contain the text I'm searching for...
@NghiaTranUIT commented on GitHub (May 11, 2020):
@Urkman Do you mean this? 🤔 When the Response Body is selected, you can hit CMD+F for opening the mini search bar
@Urkman commented on GitHub (May 12, 2020):
Yes, but this should also work in TreeView...
It should open all nodes, where the text was found and close all others.
And it would be great to have a KeyPath filter. This is very nice implemented in Paw...
@NghiaTranUIT commented on GitHub (May 12, 2020):
Thanks for giving the reference on Paw. It's a handy feature indeed. I will implement it soon after the Core v2 is out 👍
@Urkman commented on GitHub (May 12, 2020):
This sounds great 👍
@thanhps42 commented on GitHub (May 13, 2020):
Cám ơn bạn về hotfix, đã ủng hộ bạn 1 lic chỉ vì thấy có hotfix này :3
@NghiaTranUIT commented on GitHub (May 13, 2020):
@thanhps42 Nếu bạn thấy có bug hay muốn yêu cầu thêm features, thì mở Ticket nha 👍
@NghiaTranUIT commented on GitHub (May 13, 2020):
Btw, I gonna officially release the beta feature soon in the next release, usually at the weekend 🙌
@Urkman commented on GitHub (May 13, 2020):
Great... And how can we get the Beta?
@NghiaTranUIT commented on GitHub (May 13, 2020):
@Urkman You can download a beta for the Filter Body in https://github.com/ProxymanApp/Proxyman/issues/503#issuecomment-626757261
Regarding the filter key on JSON Tree, I would support soon after the Core v2 👍
@Urkman commented on GitHub (Jul 13, 2020):
Any news on this?
@NghiaTranUIT commented on GitHub (Jul 13, 2020):
This feature (Filter on the JSON Treeview) is still on the backlog since I was really busy with major releases. Sorry for the delay 😢
@Urkman commented on GitHub (Oct 2, 2020):
Again ;) Any news on this?
@NghiaTranUIT commented on GitHub (Oct 2, 2020):
Thanks for pushing it @Urkman I'm working on it now: to support Filter on JSON Tree view 👍 😄
@NghiaTranUIT commented on GitHub (Oct 4, 2020):
hey @Urkman
Let check out this beta build for JSON Filter: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.8.0_JSON_Filter.dmg
Basically, you can filter a JSON with "All Key" or "Key Path" mode 😄
@Urkman commented on GitHub (Oct 5, 2020):
Looks great :) Would it be also possible to search for values and not only filter key keys?
@NghiaTranUIT commented on GitHub (Oct 5, 2020):
Make sense. I will support it tomorrow 👏
@Urkman commented on GitHub (Oct 6, 2020):
Great :)
@NghiaTranUIT commented on GitHub (Oct 6, 2020):
Hey @Urkman let check out https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.8.0_JSON_Filter_Values.dmg
You can filter by KeyPaths, All Keys or All Values 🙌
@Urkman commented on GitHub (Oct 6, 2020):
This looks great.. Thank you :)
But one more question :)
Is it possible not to filter the tree, but instead just open the objects, where something is found?
Let's say you are searching for something and you need to see the other keys of this object also :)
@NghiaTranUIT commented on GitHub (Oct 6, 2020):
It's interesting to support Jump Search, like the normal search that jump around the matched row, rather than filter out the rows.
Between, KeyPath, All Key, All Values or Jumping Search: How often do you you one of those options 🤔
If we likely use Jumping at most, I can remove the All Key & Value since it's unnecessary
@Urkman commented on GitHub (Oct 6, 2020):
I think all searches have their pros...
So I don't think you should remove them...
For me KeyPath, All Key and Jumping Search make most sense :)
@NghiaTranUIT commented on GitHub (Oct 6, 2020):
Thanks for clarifying. I will support the Jumping Search in the next release. Sorry but I'm releasing build 2.9.0, and it can't stop 😄
@Urkman commented on GitHub (Oct 6, 2020):
No problem... Keep up the great work :)
This is a wonderful product :)