{ $or:[ { $not: {search: ''}, $or:[ {title: new RegExp(search, 'ig')}, {text: new RegExp(search, 'ig')}, ] }, { $not: {category: ''}, {category: new RegExp(category, 'ig')} } ] }