Nested relations filtering doesn't work
Problem
Issue type: [ ] question [x] bug report [ ] feature request [ ] documentation issue TypeORM version: [ ] `latest` [ ] `@next` [x] `0.2.15` (or put your version here) Steps to reproduce or a small repository showing the problem: I have 2 models category.entity.ts [code block] post.entity.js [code block] When i filter query by category_id, everything is ok: [code block] But, filter works only by primary nested field. Filtering by other fields don't work: [code block] [code block] Are there options to implement this?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Nested relations filtering doesn't work
@Flash619 I found a way around the typeorm and use sequelize 5
Trust Score
6 verifications
- 1
@Flash619 I found a way around the typeorm and use sequelize 5
@Flash619 I found a way around the typeorm and use sequelize 5
Validation
Resolved in typeorm/typeorm GitHub issue #3890. Community reactions: 15 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep