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

search keys in huge arrays/objects #11

Closed
raveren opened this issue Jul 25, 2012 · 9 comments
Closed

search keys in huge arrays/objects #11

raveren opened this issue Jul 25, 2012 · 9 comments
Milestone

Comments

@raveren
Copy link
Contributor

raveren commented Jul 25, 2012

http://code.google.com/p/kint/issues/detail?id=24

@rodrigoaguilera
Copy link

Is there a way to search all kind of content?

I miss that from search_krumo https://www.drupal.org/project/search_krumo

@raveren
Copy link
Contributor Author

raveren commented Feb 27, 2015

You can doubleclick on the plus sign next to any node and it expands all nodes - CTRL+F away.

This might be implemented at a later date, but there's literary hundreds of features with higher priority unfortunately.

@neoscopio
Copy link

Code for search is now done. https://www.drupal.org/project/search_kint
Could it be integrated as a plugin? Basically you just have to output the .js and .css files

@jnvsor
Copy link
Member

jnvsor commented Nov 11, 2016

@neoscopio How does this compare to https://github.com/jnvsor/kint/tree/2.x-dev feature wise?

@neoscopio
Copy link

@jnvsor Not sure if I understand you correctly, but main thing is a search box, and bonus is a "copy variable".
From what I see in your link that's not available.

1000 words:
https://www.drupal.org/files/project-images/search_kint_3.png

@jnvsor
Copy link
Member

jnvsor commented Nov 14, 2016

Path getting is in 2.x-dev:

Is your path getting done in javascript? 2.x-dev would be a bit more robust then (Handles things like name transforms and keys/properties with unprintable characters without breaking the path)

Took a look at the code for the search thingy. Looks for a dt:contains(query) and uses CSS to hide all the others right? Sweet. How hard do you think that would be to get working without jquery? How hard would it be to embed it in the result itself to reduce screen realestate use?

@jnvsor jnvsor added this to the 3.0 milestone May 12, 2018
@jnvsor
Copy link
Member

jnvsor commented May 19, 2018

@raveren Nearly 5 years later but the preliminary version is looking good:

screen shot 2018-05-19 at 10 30 12

@jnvsor
Copy link
Member

jnvsor commented May 21, 2018

Pushed in bfdd224

@jnvsor jnvsor closed this as completed May 21, 2018
@raveren
Copy link
Contributor Author

raveren commented May 21, 2018

You rock dude, I am away again from active development, glad to see Kint is in such skilled and buisy hands!

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

No branches or pull requests

4 participants