Hamid Paknahad

Results 14 comments of Hamid Paknahad

No, there is no way But I appreciate any PR which fix this issue ;)

Hi you need to remove this line in transformers: ```->omitDataWhenNotIncluded();``` I'll let this issue be open for a merge request which makes this option, configurable.

Hi, Actually, at this moment there is no way. what do you think about adding some parameters to achieve this? something like this: ```yml # config/services.yaml parameters: jsonapi-bundle.filtering.custom-fields: App/Entity/EntityName: tags:...

I've developed a new feature for filtering by subQueries. by this feature, you would be able to add subQueries to filtering. please check out the "filtering_supports_subquery" branch and let me...

No, unfortunately, there is no configuration. in each document, you need return null for "getJsonApi".

I would appreciate any PR that makes configurable any part.

Please take a look at this issue #5

Hi @onnyprima There is no problem with including. if you define the relations correctly, it will work. in case you don't think so, please let me know more about the...

Hi @waghanza This bundle makes the hydrator's fields based on doctrine fields, so both of them are same. Once you need to change the field name in hydrator, you can...

in this line https://github.com/waghanza/book-manager/blob/7158bf8d6e9a76f9aaec138178b62ee265fb284c/src/JsonApi/Hydrator/Book/AbstractBookHydrator.php#L66 you can pass "false" to validator like this: ```php $this->validateFields($this->objectManager->getClassMetadata(Book::class), $request, false); ```