Try 2 to fix EasySearch.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-08-30 22:43:09 +03:00
parent af2da93423
commit a21883e3a1

View file

@ -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(),
});