El exclude del título y la descripción estaban al revés

This commit is contained in:
Joan Cano
2023-03-02 00:23:02 +01:00
parent e28718e610
commit 411bc1aa10

View File

@@ -71,8 +71,8 @@ Los campos opcionales que se dejen vacíos tomarán el valor configurado en el a
"condition": "all", "condition": "all",
"min_price": min_price, "min_price": min_price,
"max_price": max_price, "max_price": max_price,
"title_keyword_exclude" : title_description_exclude, "title_keyword_exclude" : title_exclude,
"exclude": title_exclude "exclude": title_description_exclude
} }
products = parse_json_file() products = parse_json_file()