When the values the query returns for the dropdown are numeric, we have two issues:
- We don’t load the correct value because the value from the URL passed as string, while the actual value is a number.
- We don’t load results at all, because they fail parameter schema validation (the string doesn't match the values the dropdown has, which are numbers).
When the values the query returns for the dropdown are numeric, we have two issues: