Try our conversational search powered by Generative AI!

Issue retrieving facets results from a dictionary that has same keys as another dictionary

Vote:
 

Basically, I have 2 dictionaries "MinimumMarketCustomerGroupPrices" and "MaximumMarketCustomerGroupPrices" in my find index for every product in my commerce website.

The minimum dictionary holds product price per market for each customer group for price facets purposes. The maximum one is used for display purposes in thumbnails page.

They have same exact keys in each. For ex:

Min => "Market_CustomerGroup$$number": 21.06 

Max => "Market_CustomerGroup$$number": 63.75

The maximum dictionary is saved in the index before the minimum dictionary.

When I am trying to fetch price facets results for returned products from the minimum dictionary, it always return the value in the max dictionary.

So the facet price range will always be $60-$80 instead of $20.00-$40.00

Any idea?

#152600
Edited, Aug 25, 2016 21:58
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.