1
0
Fork 0

docs: update documentation for insights in JS (#1915)

This commit is contained in:
Paul Jankowski 2023-06-12 12:33:30 -04:00 committed by GitHub
parent 1f3cf879f1
commit 86bee0873f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ docsearch({
searchParameters: {
facetFilters: ['language:en', 'version:1.0.0'],
},
insights,
insights: true,
});
```