Jump to content

Match Against not resulting properly


anujgarg

Recommended Posts

Hi,

 

I am executing following query:

 

SELECT *

FROM `table` AS video

WHERE video.public_private = 'public'

AND MATCH (

title, tags, description

)

AGAINST (

'avi'

)

AND video.published =1

 

But, it doesn't display the proper records matching with the text 'avi'. It exists in the field name "description" but it shows:

MySQL returned an empty result set (i.e. zero rows).

 

Please suggest how to solve this query...

 

Thanks

Anuj

Link to comment
https://forums.phpfreaks.com/topic/192904-match-against-not-resulting-properly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.