Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-2749

Java API for searching for users that returns cross-directory results, correctly sorted

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • 2.3.8, 2.4.3, 2.5
    • 2.4
    • User Management
    • None

      At the moment CrowdService.search() with an entity type of User will query the directories in order and stop once it has enough users to satisfy the maxReturn param. It should return users from all directories properly globally ordered.

      To illustrate, if I had:

      DIR 0: ADAM, BEN, ZACHARY
      DIR 1: CARL, DAVE

      and called CrowdService.search() with a maxReturn of 3 and an offset of 0, I would receive:

      [ADAM, BEN, ZACHARY]

      For my usecase I need to get:

      [ADAM, BEN, CARL]

            [CWD-2749] Java API for searching for users that returns cross-directory results, correctly sorted

            Monique Khairuliana (Inactive) made changes -
            Workflow Original: Simplified Crowd Development Workflow v2 - restricted [ 1509650 ] New: JAC Bug Workflow v3 [ 3364681 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: Simplified Crowd Development Workflow v2 [ 1391838 ] New: Simplified Crowd Development Workflow v2 - restricted [ 1509650 ]
            Owen made changes -
            Workflow Original: Crowd Development Workflow v2 [ 360063 ] New: Simplified Crowd Development Workflow v2 [ 1391838 ]
            joe made changes -
            Link Original: This issue is related to CWD-2512 [ CWD-2512 ]
            joe made changes -
            Link New: This issue duplicates CWD-2512 [ CWD-2512 ]
            joe made changes -
            Link New: This issue is related to CWD-3225 [ CWD-3225 ]
            joe made changes -
            Link New: This issue is related to CWD-2512 [ CWD-2512 ]
            joe made changes -
            Fix Version/s New: 2.4.3 [ 26208 ]
            Fix Version/s New: 2.3.8 [ 26207 ]
            TimP made changes -
            Fix Version/s New: 2.5 [ 22894 ]
            TimP made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Technical Review [ 10028 ] New: Resolved [ 5 ]

              tim@atlassian.com TimP
              tim@atlassian.com TimP
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: