mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:08:53 +02:00
fix case in search
This commit is contained in:
@@ -1147,6 +1147,8 @@ var async = require('async'),
|
||||
return Groups.getMembers(data.groupName, 0, -1, callback);
|
||||
}
|
||||
|
||||
query = query.toLowerCase();
|
||||
|
||||
async.waterfall([
|
||||
function(next) {
|
||||
Groups.getMembers(data.groupName, 0, -1, next);
|
||||
|
||||
Reference in New Issue
Block a user