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');
});
"