|
43 | 43 | "review" |
44 | 44 | ], |
45 | 45 | "apiVersion": "5.6", |
| 46 | + "useRequestFilter": false, |
| 47 | + "overwriteRequestSourceParams": false, |
| 48 | + "requestParamsBlacklist": [], |
46 | 49 | "cacheRequest": false, |
47 | 50 | "searchScoring": { |
48 | 51 | "attributes": { |
|
84 | 87 | "tax_class_id": "tci", |
85 | 88 | "description": "desc", |
86 | 89 | "minimal_regular_price": "mrp", |
87 | | - "final_price": "fp", |
88 | | - "price": "p", |
| 90 | + "final_price": "fp", |
| 91 | + "price": "p", |
89 | 92 | "special_price": "sp", |
90 | 93 | "original_final_price": "ofp", |
91 | 94 | "original_price": "op", |
92 | 95 | "original_special_price": "osp", |
93 | | - "final_price_incl_tax": "fpit", |
| 96 | + "final_price_incl_tax": "fpit", |
94 | 97 | "original_price_incl_tax": "opit", |
95 | 98 | "price_incl_tax": "pit", |
96 | | - "special_price_incl_tax": "spit", |
| 99 | + "special_price_incl_tax": "spit", |
97 | 100 | "final_price_tax": "fpt", |
98 | 101 | "price_tax": "pt", |
99 | 102 | "special_price_tax": "spt", |
100 | 103 | "original_price_tax": "opt", |
101 | | - "image": "i", |
| 104 | + "image": "i", |
102 | 105 | "small_image": "si", |
103 | 106 | "thumbnail": "t" |
104 | 107 | }, |
|
109 | 112 | "default": 10, |
110 | 113 | "size": 10, |
111 | 114 | "color": 10 |
112 | | - }, |
| 115 | + }, |
113 | 116 | "priceFilterKey": "final_price", |
114 | 117 | "priceFilters": { |
115 | 118 | "ranges": [ |
|
118 | 121 | { "from": 100, "to": 150 }, |
119 | 122 | { "from": 150 } |
120 | 123 | ] |
121 | | - } |
| 124 | + } |
122 | 125 | }, |
123 | 126 | "varnish": { |
124 | 127 | "host": "185.246.52.88", |
|
237 | 240 | "useOnlyDefaultUserGroupId": false |
238 | 241 | }, |
239 | 242 | "review": { |
240 | | - "defaultReviewStatus": 2 |
| 243 | + "defaultReviewStatus": 2 |
241 | 244 | }, |
242 | 245 | "bodyLimit": "100kb", |
243 | 246 | "corsHeaders": [ |
|
350 | 353 | "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" ], |
351 | 354 | "loadByAttributeMetadata": false |
352 | 355 | }, |
353 | | - "productList": { |
354 | | - "sort": "", |
355 | | - "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" ], |
356 | | - "excludeFields": [ "configurable_children", "description", "configurable_options", "sgn" ] |
357 | | - }, |
358 | | - "productListWithChildren": { |
359 | | - "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"], |
360 | | - "excludeFields": [ "description", "sgn"] |
361 | | - }, |
362 | 356 | "product": { |
363 | 357 | "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"], |
364 | 358 | "includeFields": null, |
|
0 commit comments