start work on searching in comments

This commit is contained in:
John R. Supplee 2021-01-23 18:04:26 +02:00
parent b40d53df84
commit dd163b9923
4 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,4 @@
const escapeForRegex = require('escape-string-regexp');
Boards = new Mongo.Collection('boards');
/**