import wixData from “wix-data”;
export function BoxRegion_change(event) {
wixData.query(“Business-people”) //My collection
.contains(“regione”, $w(“#BoxRegion”).value) // the field in the collection and the dropdown box
.find()
.then(res => {
$w(“#TeachersList”) //the gallery
});
}
Could you please tell me where I’m wrong?
Thanks in advance.
If you see the firs photo I published there are two record before use filter and together with images. After filter the record appears and suddenly vanish.