postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.86k stars 841 forks source link

gRPC responses search feature misbehaving #13204

Open Wlkus opened 1 month ago

Wlkus commented 1 month ago

Is there an existing issue for this?

Describe the Issue

I am trying to use Postman for debugging gRPC stream of JSON formatted messages. There is search field in the Responses section, but it just doesn't search nor filter correctly received responses. First I tried to filter to rarely used strings, then tried total random text but it just doesn't work. Randomly hides message or two (from 30+), totally unrelated to what I type in search field.

Steps To Reproduce

  1. read multiple responses from gRPC stream
  2. try to use search field in responses to filter out messages not containing string
  3. watch search/filter string being ignored

Screenshots or Videos

image

Operating System

Windows

Postman Version

11.16.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response