pgrabovets/json-view

Feature Request: Add filtering to the output

Opened this issue · 0 comments

Lets say I have an array of elements, each element has some data I want to search for, an example Order #

If I type 12345 into a filter box it could find the value 12345 in many places and that would be find, but in those items where is was found it would limit the displayed data to only those elements and their children. So if I had 10 orders and array[3] had an order number of 12345, the resultant display would be for the array[3] item.

Maybe even highlight the found match as well?