Hi,
I'm having a bit of trouble with a full text search in mysql 3.23.25. I
have the following table with the following entries:
| id | document_id |document_text
=================================
| 19 | 1 | Konekta
| 20 | 2 | Cuentas actualizadas|
| 21 | 3 | dot contrato servicios Contrato sms
There is a full text index on the document_text column.
When I run the following sql query
SELECT *, MATCH(document_text) AGAINST ('servicios') AS score
from document_text
I get back a score of zero for all entries.
What am I doing wrong?
Thanks
---
Rob
**************************
Rob Cherry
mailto:[EMAIL PROTECTED]
+27 21 447 7440
Jam Warehouse RSA
Smart Business Innovation
http://www.jamwarehouse.com
**************************
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]