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 and is not accepting new comments.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.