We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ceaa1 commit bcc36e6Copy full SHA for bcc36e6
src/components/Search.tsx
@@ -98,16 +98,16 @@ export function Search({
98
onClose,
99
searchParameters = {
100
hitsPerPage: 30,
101
- attributesToHighlight: [
102
- 'hierarchy.lvl0',
103
- 'hierarchy.lvl1',
104
- 'hierarchy.lvl2',
105
- 'hierarchy.lvl3',
106
- 'hierarchy.lvl4',
107
- 'hierarchy.lvl5',
108
- 'hierarchy.lvl6',
109
- 'content',
110
- ],
+ // attributesToHighlight: [
+ // 'hierarchy.lvl0',
+ // 'hierarchy.lvl1',
+ // 'hierarchy.lvl2',
+ // 'hierarchy.lvl3',
+ // 'hierarchy.lvl4',
+ // 'hierarchy.lvl5',
+ // 'hierarchy.lvl6',
+ // 'content',
+ // ],
111
},
112
}: SearchProps) {
113
useDocSearchKeyboardEvents({isOpen, onOpen, onClose});
0 commit comments