Hi
I'm trying to build up a search-service on a website. I've put all the content of the pages into the MySQL database(My ISP uses the 3.22.27 version), and stored them as BLOB.
I use the SQL-statement
"SELECT ... WHERE content LIKE '%$search_string%'"
I read in the manual for mysql that this search should by default be case-insensetive, but it isn't! Does anyone have a clue? What am I doing wrong??
Markus