LDEV-3581: Name search now works by checking each token in the search string, and it will only match if all tokens exist in the fullname or username fields.
LDEV-3581: Name search now works by checking each token in the search string, and it will only match if all tokens exist in the fullname or username fields.
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand. Remove unnecessary methods.