I am working on a small site for price / product comparison, this is a niche site related to laptops and tablets built into php.
My problem / question is how to do the following: "matching similar products from different sellers". I mean, when a product has an EAN / ISBN, a simple% LIKE% can do it. But in the data files that I have, there are many products that do not have an ean or any other unique identifier. How do price comparison sites deal with this?
I'm going to find line similarities between product names, but I don't want to match: Acer iconia a500 tab
and acer iconia tab a500 case as similar products. any ideas?
Thank!
Jdiid source
share