Skip to content

Commit

Permalink
Improved: support to search products on the catalog page on goodIdent…
Browse files Browse the repository at this point in the history
…ifications
  • Loading branch information
ymaheshwari1 committed Sep 7, 2023
1 parent e573439 commit be09b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/catalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default defineComponent({
if(this.queryString.trim().length) {
payload.json.query = this.queryString + "*"
payload.json.params['qf'] = "productId productName upc sku internalName brandName parentProductName"
payload.json.params['qf'] = "productId productName upc sku internalName brandName parentProductName search_goodIdentifications"
payload.json.params['defType'] = "edismax"
}
Expand Down

0 comments on commit be09b74

Please sign in to comment.