I have been trying to figure out how the filtering works before I code it by testing it out on the freecodecamp project example but it doesnt seem to be working correctly.
I tried the following:
https://issue-tracker.freecodecamp.rocks/apitest?open=false
but it still returns both open and closed results. Isn’t it supposed to just show the closed ones?
Also when i use a ?open=false query in my url then console log the req query in the get call I just get an empty object am i typing somthing in wrong?