TagQuery Retrieve Multiple Tags

Hi, I’m trying to pull associated notes by multiple tags, but it seems like a list passed into Umbraco.TagQuery.GetContentByTag doesn’t work.

For example, this works great: var taggedList = Umbraco.TagQuery.GetContentByTag(“restoration”);

While this doesn’t:
Umbraco.TagQuery.GetContentByTag(“restoration,houses”);

and returns: System.Linq.Enumerable+WhereEnumerableIterator`1[Umbraco.Core.Models.IPublishedContent]

Any ideas?

-Amir


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/74969-tagquery-retrieve-multiple-tags