Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
is working on a reply...