Ričards Kalniņš

Results 4 comments of Ričards Kalniņš

Hey. You can always use custom objection functionality in second parameter of `build()`. ``` const { results, total } = findQuery(Users).build(query, Users.withGraphJoined('devices').page(1, 12)); ```

Hello! First of all, I love objection-filter and it has been super useful! I have stumbled on this issue as well. Are there any plans to fix this, or maybe...

Yep. This broke with release of [email protected]. [changelog](https://vincit.github.io/objection.js/release-notes/changelog.html). There was a bug, that we all used as a feature, that inherits parent query table's name. I was playing with objection-find's...

Has there been any progress with this?