We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469af99 commit 8c93b7cCopy full SHA for 8c93b7c
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Misspelled information for the productSuggestions query.
13
14
## [1.76.0] - 2025-02-07
15
16
### Changed
node/resolvers/search/index.ts
@@ -729,7 +729,8 @@ export const queries = {
729
730
return {
731
...result,
732
- count: result.recordsFiltered
+ count: result.recordsFiltered,
733
+ misspelled: result.correction?.misspelled,
734
}
735
},
736
banners: (
0 commit comments