I know that one can query multiple tags with the + syntax, as in www.example.com?tag=?test+test2+test3
I’m looking for a solution where the URL would be in this format instead: www.example.com/foo/test/test2/test3
Can anyone give any tips how best to arrive at this solution?