opus
opus copied to clipboard
Searching in the body wiki or page
The search is global or is a error?
Does not show results of little.

Are you working on a fork ?
You can simply open TeamController.php and find search() method then change the line sarting with $wikis with
$wikis = Team::find($team->id)->wikis()->where('name', 'like', '%' . $query . '%')->orWhere('description', 'like', '%' . $query . '%')->take(5)->get();