Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced search options #43

Open
josdejong opened this issue Mar 29, 2013 · 5 comments
Open

Advanced search options #43

josdejong opened this issue Mar 29, 2013 · 5 comments
Labels

Comments

@josdejong
Copy link
Owner

The current search in the JSON Editor searches for text matches within the fields and values of items. The search functionality can be expanded with options like:

  • match case
  • match words
  • regex support
  • filter on matching path or path parts
  • match multiple results per field instead of a match of the fields as a whole
@josdejong
Copy link
Owner Author

This issue is very old already, I will close it now. Feel free to reopen it when there is need for it again.

@vikasgurjar
Copy link

vikasgurjar commented Jan 16, 2019

Is advance search available with current version?

I want to search for a path in the JSON. examle - Person.Name.Firstname

How can I do that?

@josdejong
Copy link
Owner Author

josdejong commented Jan 16, 2019

That's not supported, there haven't been any steps in this regard. I will reopen this issue.

@josdejong josdejong reopened this Jan 16, 2019
@vikasgurjar
Copy link

With the Filter (truncate with JMESpath) option, can we have a way to search the required path and make changes to json, and when we do editor.get(), we get the whole json, instead of the truncated one(with the changes of-course).

image

this gives the searched path. But it changes the state, so only the truncated json is available on editor.get()

@josdejong
Copy link
Owner Author

Yes indeed, this feature is to transform your JSON, it would be nice if you could use such a powerful query for just search too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants