mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 06:31:47 +01:00
Global search - add error messages for terms that are not found
This commit is contained in:
parent
4ab1a04814
commit
80b23e5cc1
7 changed files with 129 additions and 57 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue