Kai Schmidt

Results 2 comments of Kai Schmidt

I also just stumbled over this error and am also wondering why filtering is possible between two tables but sorting is not. I don't even get any exceptions during the...

Thanks. I had another look on the issue. We have a path like this: `/entityA?page=0&size=50&sort=entityB.id%2Cdesc&sort=id%2Cdesc` Where `entityB` is configured as follows in `entityA`: ```Java @Valid @ManyToOne private MyJavaType entityB ```...