|
12 | 12 | "invalidateCacheForwardUrl": "http://localhost:3000/invalidate?key=aeSu7aip&tag=", |
13 | 13 | "showErrorStack": false |
14 | 14 | }, |
| 15 | + "users": { |
| 16 | + "tokenInHeader": false |
| 17 | + }, |
15 | 18 | "orders": { |
16 | 19 | "useServerQueue": false |
17 | 20 | }, |
|
40 | 43 | "review" |
41 | 44 | ], |
42 | 45 | "apiVersion": "5.6", |
| 46 | + "useRequestFilter": false, |
| 47 | + "overwriteRequestSourceParams": false, |
| 48 | + "requestParamsBlacklist": [], |
43 | 49 | "cacheRequest": false, |
44 | 50 | "searchScoring": { |
45 | 51 | "attributes": { |
|
81 | 87 | "tax_class_id": "tci", |
82 | 88 | "description": "desc", |
83 | 89 | "minimal_regular_price": "mrp", |
84 | | - "final_price": "fp", |
85 | | - "price": "p", |
| 90 | + "final_price": "fp", |
| 91 | + "price": "p", |
86 | 92 | "special_price": "sp", |
87 | 93 | "original_final_price": "ofp", |
88 | 94 | "original_price": "op", |
89 | 95 | "original_special_price": "osp", |
90 | | - "final_price_incl_tax": "fpit", |
| 96 | + "final_price_incl_tax": "fpit", |
91 | 97 | "original_price_incl_tax": "opit", |
92 | 98 | "price_incl_tax": "pit", |
93 | | - "special_price_incl_tax": "spit", |
| 99 | + "special_price_incl_tax": "spit", |
94 | 100 | "final_price_tax": "fpt", |
95 | 101 | "price_tax": "pt", |
96 | 102 | "special_price_tax": "spt", |
97 | 103 | "original_price_tax": "opt", |
98 | | - "image": "i", |
| 104 | + "image": "i", |
99 | 105 | "small_image": "si", |
100 | 106 | "thumbnail": "t" |
101 | 107 | }, |
|
106 | 112 | "default": 10, |
107 | 113 | "size": 10, |
108 | 114 | "color": 10 |
109 | | - }, |
| 115 | + }, |
110 | 116 | "priceFilterKey": "final_price", |
111 | 117 | "priceFilters": { |
112 | 118 | "ranges": [ |
|
115 | 121 | { "from": 100, "to": 150 }, |
116 | 122 | { "from": 150 } |
117 | 123 | ] |
118 | | - } |
| 124 | + } |
119 | 125 | }, |
120 | 126 | "varnish": { |
121 | | - "host": "185.246.52.88", |
| 127 | + "host": "localhost", |
122 | 128 | "port": 80, |
123 | 129 | "method": "BAN", |
124 | 130 | "enabled": false |
|
234 | 240 | "useOnlyDefaultUserGroupId": false |
235 | 241 | }, |
236 | 242 | "review": { |
237 | | - "defaultReviewStatus": 2 |
| 243 | + "defaultReviewStatus": 2 |
238 | 244 | }, |
239 | 245 | "bodyLimit": "100kb", |
240 | 246 | "corsHeaders": [ |
|
347 | 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" ], |
348 | 354 | "loadByAttributeMetadata": false |
349 | 355 | }, |
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 | 356 | "product": { |
360 | 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"], |
361 | 358 | "includeFields": null, |
|
0 commit comments