Move mod/search to src/Module/Search/Index
- Update BaseSeachModule not to depend on a single query string parameter
This commit is contained in:
		
					parent
					
						
							
								22598fc7e8
							
						
					
				
			
			
				commit
				
					
						1e737ae888
					
				
			
		
					 5 changed files with 207 additions and 198 deletions
				
			
		| 
						 | 
				
			
			@ -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]],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue