I have a column in a mysql table defined as longtext data type.
I am trying to search for key words using php.
I know that mysql indexes the first 1k (1024 chars) of data but I can't seem to even search the first byte.
Can someone lend of a hand?
Thanks