diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-11 16:23:00 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-11 16:23:00 +0700 |
| commit | f77a4beee4e668b26f69a50e318a74ca8dcbbf33 (patch) | |
| tree | a4474781fb0d12d4441d69476ac92bbacbc83572 /src | |
| parent | d2fb20c30fa3440369807c05d01897eb19483f4c (diff) | |
(andri) fix mapping solr
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/solrMapping.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index 33f0cbaf..419e0c61 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -127,6 +127,8 @@ export const variantsMappingSolr = (parent, products, pricelist) => { variantTotal: product.variant_total_i || 0, stockTotal: product.stock_total_f || 0, weight: product.weight_f || 0, + attribute_set_id: product.attribute_set_id_i || 0, + attribute_set_name: product.attribute_set_name_s || '', manufacture: {}, parent: {}, qtySold: product?.qty_sold_f || 0, |
