I'm working on something that queries the StackExchange API for tagged questions.
The search API comes out looking like
/2.1/search?order=desc&sort=activity&tagged=python;ruby&site=stackoverflow
Search requires tags to be separated by semi-colons. That's not a problem. Everything in my module works as I expect.