Discussions
Product Search Multiple Params
Ok, I've been working on an item search feature for our site, users will be able to type in a keyword and then we will bring back all results that have a description OR name with that keyword. I'm using ItemSearchBasic and it when I set the name and description to this keyword it only brings back results that have the keyword in both places - so it does an AND, instead of an OR. Is there a way to bring back items with a name OR description of the specified keyword?