Skip to main content

Search functionality

We are currently using a Local Search functionality which enables offline searches via the plugin docusaurus-lunr-search

This can be used as long as the search index for the website is small and can be downloaded to the browsers when visiting the website.

Testing​

Docusaurus search information can only be generated from a production build. Local development is currently not supported.

To test any changes locally, create a local production build.

  1. Create a build:
npm run build
  1. Test your build locally:
npm run serve

Future considerations​

Docusaurus supports a great variety of search functionality. Check out the search docs for more info.