Menu option to display the search text

This commit is contained in:
Michael 2024-04-05 07:35:21 +00:00
parent 44344af055
commit 50b1de5959
9 changed files with 152 additions and 44 deletions

View file

@ -390,6 +390,8 @@ return [
'/event/{mode:edit|copy}/{id:\d+}' => [Module\Calendar\Event\Form::class, [R::GET ]],
],
// '/callback/searchtext',
'/channel[/{content}]' => [Module\Conversation\Channel::class, [R::GET]],
'/community[/{content}]' => [Module\Conversation\Community::class, [R::GET]],
@ -482,6 +484,7 @@ return [
'/ignore' => [Module\Item\Ignore::class, [ R::POST]],
'/pin' => [Module\Item\Pin::class, [ R::POST]],
'/star' => [Module\Item\Star::class, [ R::POST]],
'/searchtext' => [Module\Item\Searchtext::class, [R::GET]],
],
'/localtime' => [Module\Debug\Localtime::class, [R::GET, R::POST]],