[ad_1]
Hi @printonion
1) Either you choose in the filters from “more options” the “AND” logic instead of the “OR”.
2) Or the cause of the problem is that the server was configured to consider the character ’;’ parameter as a separator in Query String.
Normally, the separator is always the ‘&’ sign. But your server can be configured in such a way that parameter separators are both the ‘&’ sign and the ’;’ character.
The best solution would be to contact server support and ask them to change this setting so that the parameter separator in the Query string would be only one character ‘&’
Best Regards – Victor