Merge branch 'master' of https://github.com/wekan/wekan into new-search

This commit is contained in:
John R. Supplee 2021-01-23 00:59:18 +02:00
commit 9d2bb505ae
78 changed files with 788 additions and 3439 deletions

View file

@ -2151,7 +2151,7 @@ Cards.globalSearch = queryParams => {
const cards = Cards.find(selector, projection);
// eslint-disable-next-line no-console
console.log('count:', cards.count());
//console.log('count:', cards.count());
return { cards, errors };
};