Help me to code!

Can someone please help me to write a code for my search box, I already do some research and I think the code below will do what I want.

 $w.onReady( () => { 
$w("#myDataset").onReady( () => { 
let itemObj = $w("#myDataset").getCurrentItem(); } ); } );  

but I’m struggling how put this code, If some can help, it will really much appreciated.

here is my editor page for reference - https://editor.wix.com/html/editor/web/renderer/edit/0f2a2a2e-c0ef-4f72-98b3-679302cef3fb?metaSiteId=a6fdb801-9819-4822-8a0c-9d8fd99355b4&editorSessionId=31BFEDE7-80FF-4FB5-BE88-C6B20247797A

Hi Geo,

Please elaborate and try be more specific with your use case.
We’re here to help, but we need more information,
In order for us to help you, please try to describe your need, and the code that you already have for your need (not a lot of code, as it is very hard to understand).

Liran.

Hi Liran,
I want to make a search box that allows a user to input only partial data like a unique ID to search by and when the customer puts a correct ID on the input elements, the result will display in a dynamic page with all the information that unique ID has parted with.