json-server icon indicating copy to clipboard operation
json-server copied to clipboard

conditional operators doesn't work

Open bhubavenski opened this issue 1 year ago • 1 comments

When I use _gte and _lte the query doesn't respond with the correct data. If I use them separately, they works, but if I apply something like "carList?price_gte=1000&price_lte=5000" it doesnt respond with the correct data

bhubavenski avatar Apr 05 '24 12:04 bhubavenski