<Search>
Component
Option | Type | Default Value | Description |
---|---|---|---|
emptyResult | string | ReactElement | '未找到结果。' | 未找到文本。 |
loading | string | ReactElement | '加载中…' | 加载文本。 |
errorText | string | ReactElement | '加载搜索索引失败。' | 错误文本。 |
placeholder | string | '搜索文档…' | 占位符文本。 |
className | string | CSS 类名。 | |
searchOptions | PagefindSearchOptions | {preload?: boolean; verbose?: boolean; filters?: object; sort?: object} . |
Last updated on