Sarah Vrielinck

Results 2 issues of Sarah Vrielinck

### Preconditions Magento Version : Magento 2 commerce 2.4.3 ElasticSuite Version : 2.10.8.1 Environment : Production Third party modules : - Firegento FastImports - Magento's data migration tool - Mailchimp...

Given: ```php use Psl\Type; $shape = Type\shape([ 'name' => Type\string(), 'articles' => Type\vec(Type\shape([ 'title' => Type\string(), 'content' => Type\string(), 'likes' => Type\int(), 'comments' => Type\optional(Type\vec(Type\shape([ 'user' => Type\string(), 'comment' =>...

Priority: Low
Status: Revision Needed
Type: Enhancement