Re: Full text matching

2001-06-20 Thread Barry J. Wiegan
One way you can try doing this is by implementing phrase searching after the fulltext search: "...WHERE MATCH author AGAINST('ian fleming') AND LOCATE('ian fleming', LOWER(author)) > 0 I think this will work. Barry Wiegan > At 17:09 19/06/01 , you wrote: > >Hi. We're using full text sear

Re: Full text matching

2001-06-20 Thread Nessi
I havent changed these settings but there is a section on it in the mysql manual. And yes mysql filters everything under 4 letters out and it wont output results for words matched too often (I think the manual said more than 50% but it was only for words that matched all entries for me). From th