forked from crowetic/commerce
Update get-search-variables.ts (#846)
This commit is contained in:
parent
990bdf1e6a
commit
a5b367a747
@ -11,7 +11,7 @@ export const getSearchVariables = ({
|
||||
let query = ''
|
||||
|
||||
if (search) {
|
||||
query += `product_type:${search} OR title:${search} OR tag:${search} `
|
||||
query += `product_type:"${search}" OR title:"${search}" OR tag:"${search}" `
|
||||
}
|
||||
|
||||
if (brandId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user