A product has different attributes, so different colums in the table in the database.
I'm using the OR statement in SQL to compare post data with the product colums in the database.
Is there a way to sort the results by matching columns?
So that a product with more matching colums from the query ranks higher than another..
Hope you understand what I mean