refs #5843 add return
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-09-22 10:36:51 +02:00
parent 1f1dfae7e3
commit c7f84ad6db
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ module.exports = Self => {
{'u.nickname': {like: `%${value}%`}}
]};
case 'id':
return {'w.id': value};
case 'firstName':
return {'w.firstName': {like: `%${value}%`}};
case 'lastName':