pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
8 stars 28 forks source link

fix type for substr in elasticsearch #187

Closed AlternateIf closed 3 weeks ago

AlternateIf commented 3 weeks ago

the method substr requires ?int as a third parameter. in case of a fieldname ($fullFieldName) being for example "floorSurface" (without any analyzers etc.) strripos will return false upon not finding a '.' and thus making substr fail since it got a bool as third parameter

fashxp commented 3 weeks ago

thy very much