If you want to make an attempt at hacking the code of the database activity, modifying the simple search would probably be easier than advanced search and you should find the relevant code in the middle of view.php. The sql of the simple search performs 'like' search on the string from the input field so you could try spliting that string to items (by some delimiter) and add a 'like' statement for each one of these items.
hth