How to create a search box to my menu bar?

I’m working on a website, Service Dog Registration, I need a search on the menu and when a client search the ID number of the dog it will route directly on the profile page of the dog.

Hey
It looks like very common case to use dynamic pages on your site
So, create dynamic page based on your collection

Menu doesn’t work with dynamic pages. From what i see, you can choose one from two options:
1st - add table on page, connected to collection with dogs
you can set up links on each item - when user clicks row in table, he\she is redirected to proper dynamic page

2nd - you can use dropdown. connect options list to collection
Add onChange event on dropdown. In code use location.to function - https://www.wix.com/code/reference/wix-location.html#to
but you will have to form URL by yourself - prefix + dropdown’s id from dropdown.value