evitaDB is a specialized database with an easy-to-use API for e-commerce systems. It is a low-latency NoSQL in-memory engine that handles all the complex tasks that e-commerce systems have to deal with on a daily basis. evitaDB is expected to act as a fast secondary lookup/search index used by front stores.
There are scenarios where we want to insert currency or locale as an attribute value and be able to sort / filter by it. These values should be converted to "currencyCode" and "languageTag" respectively and these values should be used for filtering and sorting.
There are scenarios where we want to insert currency or locale as an attribute value and be able to sort / filter by it. These values should be converted to "currencyCode" and "languageTag" respectively and these values should be used for filtering and sorting.