@bill65358 I haven’t tried the .and approach. There is probably a way to make that work.
However, you can add conditions onto the original filter statement like this:
const filter = wixData.filter().between("_createdDate",from,to).contains('staff_name',$w('#staff').value);