export function services_keyPress(event,$w) {
console.log($w(‘#services’).value);
filter($w(‘#services’));
–>(i just did this code.but every time it shows value is undefiend.)
$w(‘#services’).setFilter(wixData.filter().contains(‘pServices’, services));
–>(in this code it shows set filter is undefiend)