Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Kiselis 8 posts 78 karma points
    Jul 19, 2016 @ 11:28
    Paul Kiselis
    0

    Umbraco.TagService/TagQuery does not returl all tags after ubgrade from v6 to v7.2.8

    After upgrading to v7.2.8 from v6.1.3, all Umbraco tag search methods

    UmbracoContext.Application.Services.TagService.GetAllTags("default");
    UmbracoContext.Application.Services.TagService.GetAllContentTags();
    Umbraco.TagQuery.GetAllContentTags();
    Umbraco.TagQuery.GetAllTags();
    

    ignores tags that have been added before the upgrade(at version 6) and only returns those tags that have been added after the upgrade. It means that all my tags before v7.2.8 are ignored as if they do not exists. The only solution I though to fix this problem is to manually retype all tags in every node.

    Did I miss something during the upgrade?

Please Sign in or register to post replies

Write your reply to:

Draft