mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add basic transition gif implementation and fix search engine
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user