-
Notifications
You must be signed in to change notification settings - Fork 33
Allow to configure custom serializer groups #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to configure custom serializer groups #239
Conversation
Hey @norkunas! Thanks a lot for your contribution 🔥 The maintainer of this repo @brunoocasali is currently on holiday. He'll be back next week to review you! |
Hi, @norkunas. I will need more time to review this PR. Sorry about that! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @norkunas very sorry for taking too much time to answer you.
So, I tried to make some changes locally and the tests did not break, can you help me understand more about the change you are proposing?
Thank you!
Will check it on monday. See the issue to understand about it :) |
7e88ada
to
261197c
Compare
261197c
to
1bd32ab
Compare
5489058
to
7a3cd55
Compare
7a3cd55
to
ea10878
Compare
Okay so now there are many unrelated changes, if you'll want I could move them to another PR |
not needed @norkunas! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the contribution @norkunas 🎉
bors merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the contribution @norkunas 🎉
bors merge
Already running a review |
252: Update version for the next release (v0.12.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.12.0" **RELEASE CHANGELOG:** ## 💥 Breaking Changes * Accept a `normalizationGroups` as an array instead of the boolean `useSerializerGroup` when using `SearchableEntity` directly (#239) `@norkunas` * Allow configuring in `config/meilisearch.yml` a custom serializer groups instead of the default one (#239) `@norkunas` Example: ```yml enable_serializer_groups: true serializer_groups: ['public', 'private'] ``` ## 🚀 Enhancements * Start fixing PHPMD issues (#250) `@brunoocasali` ## 💅 Misc * Add phpmd to project (#165) `@jonatanrdsantos` Thanks again to `@brunoocasali,` `@curquiza,` `@jonatanrdsantos,` `@norkunas!` 🎉 Co-authored-by: meili-bot <[email protected]>
Pull Request
Related issue
Fixes #238
What does this PR do?
Meilisearch\Bundle\Searchable::NORMALIZATION_GROUP
.PR checklist
Please check if your PR fulfills the following requirements: