mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-16 18:08:40 +00:00
many fixes and expands and module expansions
This commit is contained in:
parent
a8661fc0ae
commit
3e1ac2e8a3
|
|
@ -1,5 +1,4 @@
|
||||||
<?php declare(strict_types=1);
|
<?php return [
|
||||||
return [
|
|
||||||
'^:help .*$' => [
|
'^:help .*$' => [
|
||||||
0 => [
|
0 => [
|
||||||
'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
|
'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
|
||||||
|
|
@ -54,4 +53,14 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'^:tag .*$' => [
|
||||||
|
0 => [
|
||||||
|
'dest' => '\Modules\Tasks\Controller\SearchController:searchTags',
|
||||||
|
'verb' => 16,
|
||||||
|
'permission' => [
|
||||||
|
'module' => 'Tasks',
|
||||||
|
'type' => 2,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user