app-search-magento
app-search-magento copied to clipboard
Price field storage.
Currently we are storing price in several field (one per customer group): price_0, price_1, ... If you have a lot of customer groups you may end up with reaching the max number of fields allowed by App Search (#37).
We should ty to find an alternative way to store price in App Search while preserving essential features (facets and sort).
Related to swiftype/app-search#200