Switching pages on the tag page does not work if I use "/tag/tag1,tag2/OR"
If I click on the 2nd page the URL looks like this:
https://mysite.com/tag/tag1,%20tag2?start=30
This page will not be found. This is a bug. The correct link should look like this:
https://mysite.com/tag/tag1,tag2/OR?start=30
Could you help me please? How can I fix it?