-
Bug
-
Resolution: Fixed
-
Low
-
2.4
-
None
From line 648:
if (!isAllResults && (results.size() >= query.getMaxResults())) { break; }
We should be using totalResults rather than query.getMaxResults() to determine whether, otherwise this will not return results from a second directory if the offset is non-zero and there are more than a single page of results.
- is duplicated by
-
CWD-2736 ApplicationServiceGeneric.searchUsers does not correctly handle several directories
-
- Closed
-
- is related to
-
CWD-2807 ApplicationServiceGeneric search methods may return too few results when paging
-
- Closed
-
- is superseded by
-
CWD-2749 Java API for searching for users that returns cross-directory results, correctly sorted
-
- Closed
-