lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Application-wide symbol search #86

Open lukashornych opened 6 months ago

lukashornych commented 6 months ago

It would practical to have application-wide symbol search feature. By this I mean the evitaLab would index all schema elements (catalogs, collections, attributes, references,...) for all initialized connections, and then with single keyboard shortcut user could search through all of the indexed data with possibility to "open" them (either open schema viewer, or in case of collection it could even open data grid).

Note: it would not index any data, just "symbols" defined in evitaDB schemas.