By Prakash Reddy on Saturday, 17 January 2015
Posted in General Issues
Replies 3
Likes 0
Views 0.9K
Votes 0
Trying to use existing "search module" or "dating search".
I couldnt understand how the script.js file is helping the module. What component is responsible.
I tried to search for toolbar/dating in easysocial compoent. Coudnt find any responsible code here.

My job is to do seach all posts(all user posts) based on combinations of hashtag. I am using two tables social_stream_tag and social_stream_post tables as suggested by you. How can I modify the module to suit this need.

specially the script.js file has
"
EasySocial.require().script('site/search/dating').done(function($) {
$('[data-mod-dating-search-item]').addController('EasySocial.Controller.Search.Dating');
});

"
EasySocial utilizes modules to load javascripts and the namespace site/search/dating basically means that it's trying to load the controller in /media/com_easysocial/scripts/site/search/dating.js
·
Sunday, 18 January 2015 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
How can I change query to search posts done by user in all his friends and himself. Seems The search module extensively depends on components search functionality. Please help.
·
Saturday, 31 January 2015 14:31
·
0 Likes
·
0 Votes
·
0 Comments
·
The search relies on the "Finder" or "Smart Search" in Joomla. You could easily create a new finder plugin without interfering with the existing operation of EasySocial. Since you are trying to add a new search for posts, take a look at the existing finder plugins which we have created under /plugins/finder/ . That should give you a better idea
·
Sunday, 01 February 2015 14:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post