Hello, I have a litle query that I am using to search inside a database, I have a fulltext index for the fields "titulo & descripcion", and the query works... the problem comes when I put something that doesn't exist in the database (like the search I have in the query "2803948290384029384092834
0340924024
0849") this shouldn't give results but the problem is that it keeps giving me results... is there something I am doing wrong?
Thank's
SELECT * , MATCH(titulo, descripcion) AGAINST ('280394829038402938409283403409240240849') as coincidencia from preguntas order by coincidencia DESC
SELECT * , MATCH(titulo, descripcion) AGAINST ('280394829038402938409283