jora icon indicating copy to clipboard operation
jora copied to clipboard

Find text in any field

Open exdis opened this issue 5 years ago • 5 comments

According to this issue

Is this possible to show all fields at any levels, containing particular text?

exdis avatar May 26 '20 13:05 exdis

Also: is it possible to filter all fields at any level, which name contains text?

rualark avatar May 26 '20 13:05 rualark

I guess, the initial request was about searching in struct view of discovery rather than quering with jora. @rualark am I right?

lahmatiy avatar May 26 '20 20:05 lahmatiy

Hi! I was actually talking about any way to shrink json tree by hiding all elements except those containing some text, and except their parents.

rualark avatar May 26 '20 22:05 rualark

Any news? It would be very nice feature. To my mind, Jora vs Text is like searching vs browsing. So, browsing feature would be very useful for quick start. To be honest, it's the main feature I'm looking for.

mdraevich avatar May 19 '21 17:05 mdraevich

@SorryGames @rualark @lahmatiy @exdis

($ + ..values()).[values().[$ ~= /TEXT_TO_FIND/i]]

obenjiro avatar Jun 07 '22 04:06 obenjiro