Skip to content

New search mode: Show only rows that hit search keyword (and show also keys and structural characters for nested objects and arrays {[]} ) #65

@nevalain

Description

@nevalain

I have wish of a new search enhangement/mode:

In this mode the viewer would show only the rows that hit search keyword.

In addition the mode would show all keys and structural rows leading to these "found rows". This way the user would get the idea of the structure in addition to searched data from a large object.

E.g. Search "j.doe"

From a large JSON object search mode would show/filter only rows:

{
  "users": {
    "emails": [
      {
        "address": "j.doe@company.com",
      }
  }
}

This would be highly beneficial when searching through and analyzing large JSON objects:

Thanks for great tool!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions