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

Reply via email to