Added tag searches and advanced filters to new search

This commit is contained in:
Dan Brown
2017-03-27 18:05:34 +01:00
parent 331305333d
commit 01cb22af37
4 changed files with 144 additions and 161 deletions

View File

@ -123,7 +123,7 @@ Route::group(['middleware' => 'auth'], function () {
Route::get('/link/{id}', 'PageController@redirectFromLink');
// Search
Route::get('/search/all', 'SearchController@searchAll');
Route::get('/search', 'SearchController@searchAll');
Route::get('/search/pages', 'SearchController@searchPages');
Route::get('/search/books', 'SearchController@searchBooks');
Route::get('/search/chapters', 'SearchController@searchChapters');