crud icon indicating copy to clipboard operation
crud copied to clipboard

fix(NestJSX-CRUD-TypeOrm): :bug: Ability to Use Search and Filter Features with Nested Entities.

Open orbitturner opened this issue 4 years ago • 1 comments

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 : image

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

And this Pull Request Will fix It !

orbitturner avatar Sep 09 '21 13:09 orbitturner

merged and released via https://github.com/rewiko/crud/issues/5 v5.0.17

rewiko avatar Nov 28 '21 10:11 rewiko