Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Hi,
is it possible to search a post by status written through a search engine module?
I tried your quick search module but it works only with people, groups, videos and events and not status post.
Thank you
I am sorry that is not possible by default, but well I will provide you a lil bit hack to achive this, please you open this file components/com_community/models/search.php, below this code :
$query .= ' WHERE b.'.$db->quoteName('block').' = '.$db->Quote('0').' AND '.implode(' AND ',$filter). $filterquery;
add this code :
$query .= ' OR ( UCASE(c.status) LIKE UCASE(' . $db->Quote( '%' . $value . '%' ) . '))' ;
I'm sorry, perhaps I have not explained well.
I would like to search words (through search engine) contained within an article imported via website preview.
When I insert a web address in the status panel (share box) it imports a preview of that article. It will be perfect if I could search words in all article imported.
Is it possible. I hope that you can help me.
Unfortunately I'm working now in local mode.
Thank you.
Hi Dimas,
I asked informations about the plugin that you suggested to me but unfortunately all they said they need a specific Jomsocial plugin to work.
I was also advised to make a small change to jomsocial search plugin (in php code) so that it is able to search into the table of my interest: doz5i_community_activities" table ( field: params).
Could you help me to change the code in order to achieve this?
Thank you so much.