diff --git a/SearchCommands.php b/SearchCommands.php index 2cefbc9..e1994d4 100644 --- a/SearchCommands.php +++ b/SearchCommands.php @@ -53,4 +53,14 @@ ], ], ], + '^:tag .*$' => [ + 0 => [ + 'dest' => '\Modules\Tasks\Controller\SearchController:searchTags', + 'verb' => 16, + 'permission' => [ + 'module' => 'Tasks', + 'type' => 2, + ], + ], + ], ]; \ No newline at end of file