• categories not updating

    By g malkoun 1 decade ago

    Hi



    added new catgories and then allocated to documents but not showing up in categories list on left side



    some categories appear and others don't



    Regards

    George

    • Like Tags

      By Marius Loewe 1 decade ago

      It's because the categories shares the code with the tag cloud, which displays only tags with "enough" entries. In a tag cloud this could make sense but I agree all categories should be displayed.



      I changed the display limit to 0 as a workaround (therefore all tags get displayed, too). If you like I will look up where I changed this.

      • Tag Cloud/Categories

        By Gerhard Adelwarth 1 decade ago

        Hello Marius,



        Where did you change this value?



        Gerhard Adelwarth

        • In xpTagCloudServer

          By Marius Loewe 1 decade ago

          Uh, over one year later.

          But I think I found it:

          In the SSJS script library xpTagCloudServer you should change the line 24:

          minEntryCount:    null,        // if null, tune the number based on the # of docs in the view

          Actually I changed it to "minEntryCount:    1", because a category without any entry isn't interesting.

          There could be some caching which would prevent you from seeing the effect immediately.