Hi all,
can someone tell me if it's possible do search like this:
Mysql database: test
Mysql Table: something
Mysql rows: id name1 name2 name3 name4
Where
id name1 name2 name3 name4
1 roger mac phill chill
2 roger chill dubs lee
The idea is do a search on id like: roger dubs lee chill (4 names on a single search). On this example, I want the match on id2 even if the order of the names are incorrectly. is this possible? Any ideas to start work?
Thanks a lot