Andrija Ćeranić

Results 14 comments of Andrija Ćeranić

Now I added `traverse` to CezerinClient, in `get` method. So if there is cookie `language: fr` and data in mongo is like: ```javascript { name: { en: "Shirt", fr: "Chemise'"...

@CezarManea Its not finished yet

No, I gave up :( I had trouble with admin part and did not have the time to work on it. Maybe later. I will post here.

I think the key thing is getting only requested fields. If we don't have that, than we could be stuck in endless loops with nested queries. For example, if we...