mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
parent
216de59aba
commit
69250d0ae8
4 changed files with 10 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Users = Meteor.users;
|
|||
const searchInFields = ['username', 'profile.name'];
|
||||
Users.initEasySearch(searchInFields, {
|
||||
use: 'mongo-db',
|
||||
returnFields: searchInFields,
|
||||
returnFields: [...searchInFields, 'profile.avatarUrl'],
|
||||
});
|
||||
|
||||
Users.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue