Match Against mySQL

I have created elgg_list_entities that use Match() Against() but i want to advance it to be more accurate

 

I want to show result if at least 60% of words is match

for example

if user input "google" , then show only entities that have title that contain "google"

if user input "google facebook" , then show only entities that have title that contain "google facebook"

if user input "google facebook twitter" , then show only entities that have title that contain "google facebook" or "facebook twitter"

and so on

 

how to do that using Match against ?

"MATCH(title) AGAINST('{$keyword}' IN BOOLEAN MODE)";

 

This discussion is closed.

This discussion is closed and is not accepting new comments.