1
1
Fork 0

Move mod/search to src/Module/Search/Index

- Update BaseSeachModule not to depend on a single query string parameter
This commit is contained in:
Hypolite Petovan 2019-10-07 14:27:20 -04:00
commit 1e737ae888
5 changed files with 207 additions and 198 deletions

View file

@ -189,6 +189,7 @@ return [
],
'/search' => [
'[/]' => [Module\Search\Index::class, [R::GET]],
'/acl' => [Module\Search\Acl::class, [R::GET, R::POST]],
'/saved/add/{term}' => [Module\Search\Saved::class, [R::GET]],
'/saved/remove/{term}' => [Module\Search\Saved::class, [R::GET]],