SELECT *, MATCH (searchable) AGAINST ('+(>("dark blue" @2) <("medium blue" @2) <("light blue" @2))' IN BOOLEAN MODE) as score from `collection_data` where MATCH (searchable) AGAINST ('+(>("dark blue" @2) <("medium blue" @2) <("light blue" @2))' IN BOOLEAN MODE)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)