Search by property
markcohen32 opened this issue · 3 comments
markcohen32 commented
Hi, is there an option to search for a register with certain property/property value in the search bar?
If not, is it possible to add such feature?
Thanks
amykyta3 commented
Not currently.
I'll have to think about how to implement this without hurting the performance of the existing search.
The current search algorithm is structured so that it scales decently even for huge register maps with tens of thousands of nodes. Similar to #16, this change could represent a significant increase in the amount of data that the client-side browser would have to load. I might be able to index the information in a way that minimizes fetching, but it gets tricky.
markcohen32 commented
Thanks :)