How to filter by price range using query-string, prisma and next js
I am trying to filter products that fall within the price range of my selected query. The filter works well when I use it on other fields but starts acting funny when i include the price filter in the search Params.