Locastic / ApiPlatformTranslationBundle

Translation bundle for ApiPlatform based on Sylius translation
MIT License
85 stars 28 forks source link

OrderFilter on translated fields and a certain locale #47

Open AkibaWolf opened 2 years ago

AkibaWolf commented 2 years ago

Suppose I have an Entity with a translated field name.

Could you please suggest a solution to the situation when I need to order the items collection (using OrderFilter) by the name field considering the current locale? What should the annotations look like?

neokdev commented 2 years ago

I am interested in the answer.

rvmourik commented 2 years ago

I also would like to implement this behaviour, is this doable or do we need to create a custom solutions for this?