GitTorres / lens-backend

fastapi service
0 stars 0 forks source link

build query parser incorrect output #1

Open GitTorres opened 2 years ago

GitTorres commented 2 years ago

Parser not correctly building request parameters when more than one filter criteria exists for the same field.

Parser needs to have extra logic to handle multiple criteria for a single field.

GitTorres commented 2 years ago

also refactor with an object extend rather than using triple spread operators