Add new Blaze search component

This commit is contained in:
John R. Supplee 2021-03-01 20:18:44 +02:00
parent a1bda1169e
commit e0b544fc7e
4 changed files with 176 additions and 3 deletions

View file

@ -184,7 +184,7 @@ function pickleValue(value) {
if (value === null) {
return null;
} else if (typeof value === 'object') {
switch(value.constructor.name) {
switch (value.constructor.name) {
case 'RegExp':
return {
$$class: 'RegExp',