Global search - add error messages for terms that are not found

This commit is contained in:
John R. Supplee 2021-01-13 01:14:49 +02:00
parent 4ab1a04814
commit 80b23e5cc1
7 changed files with 129 additions and 57 deletions

View file

@ -181,7 +181,7 @@ Meteor.publish('globalSearch', function(queryParams) {
// eslint-disable-next-line no-console
console.log('queryParams:', queryParams);
const cards = Cards.globalSearch(queryParams);
const cards = Cards.globalSearch(queryParams).cards;
const boards = [];
const swimlanes = [];