Ive got a MySQL search, which searches an index of urls. The search parameter searches titles. What I want to do is have something like Google.
So, if someone searches:
site:example.com something to search
It would look for example.com in one column then from those results it would look for 'something to search' in another given column.
How would I do this?