how can i make a mysql query term not case sensitive..as in making the search for movies in the statement below not case sensitive
Code:
select *, match(url, title, comment) against ('movies') as score from dir where match(url, title,
comment) against ('movies') and subdir='$in'