Please add an event type: onCR, or onEnter

Hey!
All you have to do is to add 1 more line :slight_smile:

 export function input1_keyPress(event, $w) { 
     if (event.key === "Enter") { 
           wixData.query//and the rest of your code