Skip to content

Commit e52b19c

Browse files
author
Oleksandr Iegorov
committed
ACP2E-132: GraphQL Feature Request - "Did you mean ..", auto-corrected term to be given in Graphql
1 parent 35aeb0a commit e52b19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ type Aggregation @doc(description: "A bucket that contains information for each
479479
}
480480

481481
type SearchSuggestion @doc(description: "A string that contains search suggestion") {
482-
value: String! @doc(description: "The search suggestion of existing product.")
482+
search: String! @doc(description: "The search suggestion of existing product.")
483483
}
484484

485485
interface AggregationOptionInterface @typeResolver(class: "Magento\\CatalogGraphQl\\Model\\AggregationOptionTypeResolverComposite") {

0 commit comments

Comments
 (0)