Skip to content

SearchOptions

type SearchOptions =
    {
        BinaryPath: string option
        RootSelector: string
    }
AssemblyNacara.Plugin.Search

Options of the search plugin.

Fields

BinaryPath: string option

Path of an existing pagefind binary. Downloaded and cached when not set.

RootSelector: string

CSS selector of the element pagefind should index as the page body.