forked from FoundKeyGang/FoundKey
[API] Improve inteligence
This commit is contained in:
parent
011742fdc9
commit
e7a7ebc1af
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ async function byNative(res, rej, me, query, offset, max) {
|
||||||
const users = await User
|
const users = await User
|
||||||
.find({
|
.find({
|
||||||
$or: [{
|
$or: [{
|
||||||
username_lower: new RegExp(escapedQuery.toLowerCase())
|
username_lower: new RegExp(escapedQuery.replace('@', '').toLowerCase())
|
||||||
}, {
|
}, {
|
||||||
name: new RegExp(escapedQuery)
|
name: new RegExp(escapedQuery)
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue