Timvir provides hooks for integrating site-wide search functionality. It comes with a builtin search based on the Table Of Contents. To use more advanced search providers, such as Algolia, you'll have to write the integration yourself.
To open the search, either:
The builtin search provider uses the Table Of Contents as the search index. Because of that it is rather limited: you'll only be able search the page URLs and titles, but not within the page content.
First install the dependency:
Then pass the search
prop to the <Page>
component: