Open sudarshann opened 4 years ago
Adding these fixed my issue
"attributes_metadata"=> [ "properties"=> [ "id"=> ["type"=> "integer"], "attribute_id"=> ["type"=> "integer"], "default_frontend_label"=> ["type"=> "text"], "is_visible_on_front"=> ["type"=> "text"], "is_visible" => ["type"=> "boolean"], "frontend_input"=> ["type"=> "text"], "is_user_defined"=> ["type"=> "boolean"], "is_comparable"=> ["type"=> "text"], "attribute_code"=> ["type"=> "text"], "options"=> [ "properties"=> [ "value"=> ["type"=> "text"], "label"=> ["type"=> "text"], "sort_order"=> ["type"=> "integer"], ] ] ], ],
When I try to run the indexing with the vsf_tools.php I get this error . This happens for all products. But all other index are inserted perfectly
In this line https://github.com/DivanteLtd/magento1-vsbridge-indexer/blob/develop/src/app/code/community/Divante/VueStorefrontIndexer/Model/Elasticsearch/Indexer/Handler.php#L232
Here is the print of the request that is sent
https://gist.github.com/sudarshann/793552c6d85e37d3a494e26c131bd6e7