How to search with special character in search bar

Now, I already have data "reqBody" in String format ... but it look like JSON somehow.

FYI,

{"masterStagingId":"PAYROLL72e6972d84b047af88e62258dbaea998","paymentProductId":"PAYROLL","batchReferenceId":"PAY201028df78fa27a86","scheduleMainId":null,"scheduleDetailId":null,"isLastSchedule":null,"batchStatus":"PROCESSING","isBatchStatusFinal":false,"isDebited":false}

I want to search the data with special charcter (like " : , ) in search bar like this

image

How can I ?

Hi @beam5544,

You should be able to escape special characters with \

reqBody *\"batchStatus\"\:\"PROCESSING\"*

Hi @dosant

For your answer below,

Result is this

and this

I swear this have a data during my setting time search.

Just tried without * and seems to be working:

reqBody: "\"batchStatus\"\:\"PROCESSING\""

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.