docs: fix transformer option name for algolia (#4253)
This commit is contained in:
@@ -176,7 +176,7 @@ const plugins = [
|
||||
"images",
|
||||
],
|
||||
},
|
||||
transform: (product) => ({
|
||||
transformer: (product) => ({
|
||||
id: product.id,
|
||||
// other attributes...
|
||||
}),
|
||||
|
||||
@@ -62,7 +62,7 @@ const plugins = [
|
||||
"images",
|
||||
],
|
||||
},
|
||||
transform: (product) => ({
|
||||
transformer: (product) => ({
|
||||
id: product.id,
|
||||
// other attributes...
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user