Query about queries

Working on issue tracker. Have get and post routes passing, but noticed something odd when checking to see how adding a query worked.

https://boilerplate-project-issuetracker.carolmurphy.repl.co/api/issues/apitest?
%22open%22=true&status_text=say%20what?

If the quotes around open are left off, I get an empty array, no records returned. If I put the quotes around status_text I get all records with a value for status_text. If the quotes are removed, I get only the records for the value ‘say what?’
Why is that?
Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36

Challenge: Issue Tracker

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.