diff --git a/docs/content/plugins/search/algolia.md b/docs/content/plugins/search/algolia.md index 6b3a96e6d9..a9aa450810 100644 --- a/docs/content/plugins/search/algolia.md +++ b/docs/content/plugins/search/algolia.md @@ -177,7 +177,7 @@ const plugins = [ ], }, transformer: (product) => ({ - id: product.id, + objectID: product.id, // other attributes... }), },