I'm making a GitLab Wiki for work and my team wants it to be searchable. I'm writing the pages in markdown and using ReactJS to build the pages themselves.
Is there any way to add a search bar that searches just the wiki page? I don't want it to search the entire GitLab repository, just the wiki.
I've done some initial research, but I haven't been able to find anything.
The goal is to have a search bar at the top right of all the pages so you can search for things on other wiki pages.