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 2 forks source link

Cannot sort entities in data grid by localized attributes #46

Closed lukashornych closed 12 months ago

lukashornych commented 12 months ago

When an user attempts to sort entities by localized attributes, nothing is sorted because data locale is selected using dataInLocales rather than entityLocaleInSet which evitaDB ignores when ordering or filtering.