Hello,
I want to search in a text-field in a MySQL 3.23.x Database for certain strings.
The usere's input from the form can inlcude "AND" and "OR" and similar statements.
How can I do such searches with MySQL?
A sample user's search term could look like this:
Einstein AND Albert OR Max AND Planck
Terms withing ""s should be exactly searched for:
"Einstein Albert"
can you give me some hints please,
thanks