mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Try 2 to fix EasySearch.
Thanks to xet7 !
This commit is contained in:
parent
af2da93423
commit
a21883e3a1
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ Users.allow({
|
|||
UserSearchIndex = new Index({
|
||||
collection: Users,
|
||||
fields: ['username', 'profile.fullname', 'emails.address'],
|
||||
allowedFields: ['username', 'profile.fullname', 'emails.address'],
|
||||
engine: new MongoDBEngine(),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue