algolia / search-bundle

Seamless integration of Algolia Search into your Symfony project.
MIT License
191 stars 71 forks source link

Need Control for Normalizer $context parameter. #383

Open Ivan-dosev93 opened 3 weeks ago

Ivan-dosev93 commented 3 weeks ago

Description

When i normalize my Entities i need more control for $context parameter. Because now i cant choice what implementation of normalization to use... image

In my ProductNormalizer i want to control what data will get in different scenarios

Steps To Reproduce

Ivan-dosev93 commented 3 weeks ago

image