Showing posts with label compare. Show all posts
Showing posts with label compare. Show all posts

Wednesday, May 16, 2012

PHP/MySQL - find items that have similar or matching properties


I'm trying to develop a way of taking an entity with a number of properties and searching for similar entities in the database (matching as many of the properties in the correct order as possible). The idea is that it would then return a % of how similar it is.