I am trying to filter search result by certain tags by useri previleges. I am guessing i can add parameter to $query and append tags to just fetch those tags based on user prvileges.
Am i heading in the right direction?
In which file is the $process_search located?
// Get the results
$results=$module->process_search($query, $start, $count, $userid, $absoluteurls, $fullcontent);