Code not working in lightbox

The code in your Lightbox has some problems:

You have:
wixData.query(searchValue)
It should be:
wixData.query(“MembersOnly”)

Also, you didn’t connect the button’s onClick() event handler. You need: