|
40 | 40 | "review" |
41 | 41 | ], |
42 | 42 | "apiVersion": "5.6", |
43 | | - |
| 43 | + "useRequestFilter": false, |
| 44 | + "overwriteRequestSourceParams": false, |
| 45 | + "requestParamsBlacklist": [], |
44 | 46 | "searchScoring": { |
45 | 47 | "attributes": { |
46 | 48 | "attribute_code": { |
|
81 | 83 | "tax_class_id": "tci", |
82 | 84 | "description": "desc", |
83 | 85 | "minimal_regular_price": "mrp", |
84 | | - "final_price": "fp", |
85 | | - "price": "p", |
| 86 | + "final_price": "fp", |
| 87 | + "price": "p", |
86 | 88 | "special_price": "sp", |
87 | 89 | "original_final_price": "ofp", |
88 | 90 | "original_price": "op", |
89 | 91 | "original_special_price": "osp", |
90 | | - "final_price_incl_tax": "fpit", |
| 92 | + "final_price_incl_tax": "fpit", |
91 | 93 | "original_price_incl_tax": "opit", |
92 | 94 | "price_incl_tax": "pit", |
93 | | - "special_price_incl_tax": "spit", |
| 95 | + "special_price_incl_tax": "spit", |
94 | 96 | "final_price_tax": "fpt", |
95 | 97 | "price_tax": "pt", |
96 | 98 | "special_price_tax": "spt", |
97 | 99 | "original_price_tax": "opt", |
98 | | - "image": "i", |
| 100 | + "image": "i", |
99 | 101 | "small_image": "si", |
100 | 102 | "thumbnail": "t" |
101 | 103 | }, |
|
106 | 108 | "default": 10, |
107 | 109 | "size": 10, |
108 | 110 | "color": 10 |
109 | | - }, |
| 111 | + }, |
110 | 112 | "priceFilterKey": "final_price", |
111 | 113 | "priceFilters": { |
112 | 114 | "ranges": [ |
|
115 | 117 | { "from": 100, "to": 150 }, |
116 | 118 | { "from": 150 } |
117 | 119 | ] |
118 | | - } |
| 120 | + } |
119 | 121 | }, |
120 | 122 | "varnish": { |
121 | 123 | "host": "185.246.52.88", |
|
234 | 236 | "useOnlyDefaultUserGroupId": false |
235 | 237 | }, |
236 | 238 | "review": { |
237 | | - "defaultReviewStatus": 2 |
| 239 | + "defaultReviewStatus": 2 |
238 | 240 | }, |
239 | 241 | "bodyLimit": "100kb", |
240 | 242 | "corsHeaders": [ |
|
347 | 349 | "includeFields": [ "attribute_code", "id", "entity_type_id", "options", "default_value", "is_user_defined", "frontend_label", "attribute_id", "default_frontend_label", "is_visible_on_front", "is_visible", "is_comparable" ], |
348 | 350 | "loadByAttributeMetadata": false |
349 | 351 | }, |
350 | | - "productList": { |
351 | | - "sort": "", |
352 | | - "includeFields": [ "type_id", "sku", "product_links", "tax_class_id", "special_price", "special_to_date", "special_from_date", "name", "price", "priceInclTax", "originalPriceInclTax", "originalPrice", "specialPriceInclTax", "id", "image", "sale", "new", "url_key" ], |
353 | | - "excludeFields": [ "configurable_children", "description", "configurable_options", "sgn" ] |
354 | | - }, |
355 | | - "productListWithChildren": { |
356 | | - "includeFields": [ "type_id", "sku", "name", "tax_class_id", "special_price", "special_to_date", "special_from_date", "price", "priceInclTax", "originalPriceInclTax", "originalPrice", "specialPriceInclTax", "id", "image", "sale", "new", "configurable_children.image", "configurable_children.sku", "configurable_children.price", "configurable_children.special_price", "configurable_children.priceInclTax", "configurable_children.specialPriceInclTax", "configurable_children.originalPrice", "configurable_children.originalPriceInclTax", "configurable_children.color", "configurable_children.size", "product_links", "url_key"], |
357 | | - "excludeFields": [ "description", "sgn"] |
358 | | - }, |
359 | 352 | "product": { |
360 | 353 | "excludeFields": [ "updated_at", "created_at", "attribute_set_id", "status", "visibility", "tier_prices", "options_container", "msrp_display_actual_price_type", "has_options", "stock.manage_stock", "stock.use_config_min_qty", "stock.use_config_notify_stock_qty", "stock.stock_id", "stock.use_config_backorders", "stock.use_config_enable_qty_inc", "stock.enable_qty_increments", "stock.use_config_manage_stock", "stock.use_config_min_sale_qty", "stock.notify_stock_qty", "stock.use_config_max_sale_qty", "stock.use_config_max_sale_qty", "stock.qty_increments", "small_image"], |
361 | 354 | "includeFields": null, |
|
0 commit comments