OR operator in searches

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 23, 2012   (RSS)

By apolgree - August 23, 2012

If I have a search such as domain.com/testviewer.php?product_keyword=Hammers
this produces all the records with the word "Hammers" in the product field.

If I use domain.com/testviewer.php?product_query=Hammers+Nails
this produces all the records that have the word "Hammers" AND the word "Nails" in the product field.

If I want to return all the records that have "Hammers" OR "Nails" in the product field is there a way to do that?

Thanks.