- Support for date and datetime attributes has been added to
BitBag\SyliusElasticsearchPlugin\PropertyBuilder\AttributeBuilder. After the changes, date and datetime type attributes are stored in elasticsearch in the default format: date type =Y-m-dand datetime type =Y-m-d H:i:sor the format that was set in the attribute configuration in theformatfield. If in a project using this plugin you had your own implementation of the filter for date and/or datetime type attributes then you must follow the new format. - After uploading the new version, you will have to restart the data population process with the
resetoption enabled (means simplybin/console fos:elastic:populate) because you have to reset the mapping beforehand in order for this field to be saved in the new format.