[Sakai Jira] Created: (SAKIII-2666) Most popular tags seems to be sorting data incorrectly

Lance Speelmon (JIRA) sakai-ui-dev-tracking at collab.sakaiproject.org
Wed Mar 23 13:17:40 PDT 2011


Most popular tags seems to be sorting data incorrectly
------------------------------------------------------

                 Key: SAKIII-2666
                 URL: https://jira.sakaiproject.org/browse/SAKIII-2666
             Project: Sakai 3 UI Dev
          Issue Type: Bug
          Components: Content & Media
    Affects Versions: Sprint 105: Stabilization & Release
            Reporter: Lance Speelmon
             Fix For: Sprint 105: Stabilization & Release
         Attachments: Screen shot 2011-03-23 at 4.17.02 PM.png

http://localhost:8080/var/search/public/tagcloud.json?

If you look at the results of the REST endpoint, they do not match the rendering in the UI.  For example, the following json renders the attached screenshot.  Thanks, L

{
    "items":10000,
    "results":
    [
        {
            "total":7,
            "startpage":1,
            "numitems":25,
            "tags":
            [
                {
                    "name":"1",
                    "count":3
                },
                {
                    "name":"2",
                    "count":2
                },
                {
                    "name":"7",
                    "count":1
                },
                {
                    "name":"3",
                    "count":1
                },
                {
                    "name":"6",
                    "count":1
                },
                {
                    "name":"4",
                    "count":1
                },
                {
                    "name":"5",
                    "count":1
                }
            ]
        }
    ],
    "total":7
}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the sakai-ui-dev-tracking mailing list