We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da4579 commit 967a7edCopy full SHA for 967a7ed
netlify/functions/search.js
@@ -34,7 +34,7 @@ module.exports = extrovert.toNetlifyFunction(async function search(params) {
34
let results = await Content.aggregate([
35
{
36
$search: {
37
- index: 'mongoose-content',
+ index: 'mongoose-docs-content',
38
compound: {
39
must: [
40
...(version ? [{
0 commit comments