Again wix has destroyed everything
ALL OF A SUDDEN THIS DOESNT WORK ANYMORE
export function input70_keyPress(event) {
if (event.key === "Enter") {
let valueX = $w("#input70").value
let aa = wixData.query("SKERS")
.contains("SKERSNAME", $w("#input70").value)
let bb = wixData.query("SKERS")
.contains("title", $w("#input70").value)
let ww = wixData.query("SKERS")
.contains("iftRequest", $w("#input70").value)
aa.or(bb).or(ww)
.limit(5)
.find()
.then((results) => {
console.log("THE TRACK RETURN", results.items)
})
}
})
I have over 200k lines of code in the website and 90percent of it depends on this type of query