Tool-Kid / express-query-adapter

:mag_right: :dizzy: Transfrom automatically Express.js req.query into your favourite query tool
MIT License
72 stars 29 forks source link

Trouble with Nested Queries #414

Open mjkuhlen opened 1 year ago

mjkuhlen commented 1 year ago

Does this allow for querying against nested items? My URL looks like: http://localhost:3000/items?building.buildingName=foo&with=building

which I would hope turns into: { where: { building: {buildingName: foo} }, }

But I get "Error: building.buildingName is not a field"