Compare 2 input fields to a wix database

@dhruavmathur you just have to follow what @yisrael-wix gave to you and replace the console.log() with his solution:

let firstItem = results.items[0]; // get the first (only?) item
let firstName = firstItem.firstName; // get the field we want
wixLocation.to(`/profile/${firstName}`)