crud
crud copied to clipboard
fix(NestJSX-CRUD-TypeOrm): :bug: Ability to Use Search and Filter Features with Nested Entities.
Fixing the Error [Invalid Column Name] or [ syntax error at or near ":".] when using filter or search in relational/nested entities.
Example when you have an User Like That :

And want to do a filter like that : http://apiqctoolsbyt/api/system-users?filter=userState.id||$eq||3
You was Getting this error :

And this Pull Request Will fix It !
merged and released via https://github.com/rewiko/crud/issues/5 v5.0.17