tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.3k stars 675 forks source link

Search not working? #266

Open fennemaj opened 3 years ago

fennemaj commented 3 years ago

I've noticed in the last few days that it seems like ctrl-F search will open up when invoked, but never finds the string that's being searched even when it exists. If I switch to RAW, then the standard ctrl-F in Chrome works fine. Any thoughts?

moneyatbo commented 3 years ago

I am seeing the same behavior. I find that if, after searching, I scroll to the location in the json where the entry exists , it is highlighted. So it seems that it is just not scrolling to the proper location.

Kmatt-doering commented 3 years ago

I am seeing the same thing as workaround if you did not already notice you can set the setting "alwaysRenderAllContent" to equal true, and it uses the Chrome browser search just like it does in RAW. https://share.getcloudapp.com/wbuKzW7o

jimmyzzxhlh commented 3 years ago

This really makes the extension not usable any more. In my use case it was really convenient to sort the json fields alphabetically and then search a json field name to quickly jump to it. Please fix it.

ackmanx commented 1 year ago

Two years later search doesn't work for me, so many thanks for the suggestion to render all content!

snowman commented 12 months ago

I am seeing the same thing as workaround if you did not already notice you can set the setting "alwaysRenderAllContent" to equal true, and it uses the Chrome browser search just like it does in RAW. https://share.getcloudapp.com/wbuKzW7o

works for me