nestjs-paginate
nestjs-paginate copied to clipboard
Filtering on a relation actually returns the filtered relations, not the filtered main array
trafficstars
For exemple, if I filter my cats by toys.name=$not:$eq:pillow, if some of the cats have a toy whose name is pillow, they will still appear in the filtered results, only the toy entity will not be included in the loaded relation array, is this intended ?
I understand this one is more of an SQL issue, I don't know if this will be easy to fix
This can be addressed once #539 gets merged I think :) Everything intermediate relationship is left joined instead of inner joined
@jlefebvre1997 #539 has been merged, does the problem still occur on version 11.0.2?