Hello,
in the home-page I did an input element for searching about products, and I connected it to database parameters “query” and added a navigation page to search-results page “below capture”.
Now in the search page, it will show whatever you were looking for based on input element in the home page.
I want to add a filtering feature that filters all the results based on a certain criteria; Price.
So I added a dropdown menu and filled the choices and when it comes to the conditionals
I put when dropdown’s value is "$0 - $99 ", filter the products based on the search input, based on the chosen filter.
the When Statement looks good, however I got confused in completing the statement because it showing it in red color.