Hi MArtin

The problem is that the word you are looking for must be more than
3 letters. So in your case it wont output anything since bil only has 3.

I am not sure if you can change this in the settings.
Look in the mysql manual! There is a little section on the
full text searches which tells you what the search limitations are.

Cheers, Nessi

At 12:15 15/06/01 , you wrote:
>Hi,
>
>I have some problems with the Fulltext query it doesn't
>seem to function as I aspect. E.g. I have a table with a
>Fulltext index on columns title and description.
>
>If I query for:
>SELECT node_id, title FROM node WHERE MATCH (title,description)
>AGAINST('bil');
>(bil is car in Danish) it doesn't get any results back. It's not because
>'bil' is a stop word and it cannot be in more than 1% of the records (I've
>tried
>to query like this WHERE (title LIKE '%bil%' OR description LIKE '%bil%')
>and
>came up with a lot of hits but not nearly halve).
>
>Shouldn't a match against a description like this
>'Find butikker på nettet indenfor kategorier som tøj, møbler, have, smykker,
>hobby og bil m.fl.'
>
>or a title like this 'Bolig, Have & Bil'.
>
>Any help is very much appreciated.
>
>Martin Kjeldsen
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail <[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to