SQL-like querying for Hollow Explorer
cosmin-ionita opened this issue · 0 comments
Hey everyone!
We're using Hollow a lot in our projects and Hollow Explorer is a really great (fast and snappy) tool to search through the data.
One feature that we believe would be useful in Explorer is to be able to select the fields in the ordinals that you get in a search, and get a paged result with that data, so that you can export it in CSV/TXT format.
Use-case: launch a query after some key, you get back 100 ordinals. If you want to look on some other fields from the returned data, you need to click on each ordinal. It would be really useful if you could just add the fields you need from the response when querying, and only those should returned.
If this is already supported, please let me know, I didn't manage to find this feature.
If that's not the case, what do you think about it?
Thanks!