We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cfff7 commit e1cc66eCopy full SHA for e1cc66e
blocks/product-list-page/product-list-page.js
@@ -102,7 +102,7 @@ export default async function decorate(block) {
102
}).catch(() => console.error('Error searching for products'));
103
} else {
104
await search({
105
- phrase: q || config.searchTerm || '',
+ phrase: q || config.searchterm || '',
106
currentPage: page ? Number(page) : 1,
107
pageSize: 8,
108
sort: getSortFromParams(sort),
0 commit comments