Active JSONPath filter not obvious #3549
Unanswered
IanBurganMod
asked this question in
Ideas
Replies: 1 comment 2 replies
-
This just happened to me. I wrote about it here #2968 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After filtering a response body with JSONPath, the filter remains on the response indefinitely. This is good, desired behavior, but when looking at a request that you may not have looked at for a while, the fact that it is filtered is not clear. For example, a developer might write
$[0:3]
, not notice later, and be confused why there are only 3 items in the response. It is not immediately obvious that a JSONPath filter has been applied.A possible solution would be to indicate that a filter has been applied by showing
...
at the top of the response. Alternatively, it could be possible to indicate that a filter has been applied by highlighting the filter bar at the bottom with some color to show the filter is active. Really any indication that a filter has been applied other than the currently subtle change in font color at the bottom would be great.Beta Was this translation helpful? Give feedback.
All reactions