Skip to content

Commit f0d89dc

Browse files
authored
Update search.mdx - insights:true
We (Algolia) recommend that DocSearch users utilize insights by default now. This will give DocSearch customers better insights out of the box into what users are doing with their searches, without having to turn it on later and then wait some period of time to get good data. It's OK if the default is still false, if you prefer, we recommend it to be true. If desired, you could change the code to have it true by default and then mention here it can be turned off.
1 parent fcee060 commit f0d89dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/search.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ export default {
124124
// Optional: path for search page that enabled by default (`false` to disable it)
125125
searchPagePath: 'search',
126126

127-
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
128-
insights: false,
127+
// Optional: whether the insights feature (provides better analytics info) is enabled or not on Docsearch (`false` by default)
128+
insights: true,
129129

130130
//... other Algolia params
131131
},

0 commit comments

Comments
 (0)