1
I’m implementing a motion filter where you can choose the parameter on which the filter should be based (for example: Date, Species, User) and when choosing any of these parameters, you can choose its value in a list (with database values).
The point is that these inputs may receive multiple values, but he considers only one of these values...
Example:
/consultas/movimentacao-residuo?cd_especie=1&cd_especie=2
In this example he will consider the first parameter, but the second not.
What would be the solution to this?
Thanks @Kayo-Bruno, I solved with this same idea only in a different way!
– Leonardo Maier