What is the difference between the following settings:
optionalWords: [
"iphone case"
]
and
optionalWords: [
"iphone",
"case"
]
for the queries:
- “blue iphone case”
- “blue case”
Thanks so much!
What is the difference between the following settings:
optionalWords: [
"iphone case"
]
and
optionalWords: [
"iphone",
"case"
]
for the queries:
Thanks so much!