add global search

This commit is contained in:
xiaomlove
2022-10-22 20:52:08 +08:00
parent 348112364c
commit 505c7122b1
16 changed files with 252 additions and 38 deletions
+3
View File
@@ -31,4 +31,7 @@ return [
'remove_claim_confirm' => 'Confirm to give up the claim?',
'already_claimed' => 'Claimed',
'not_claim_yet' => 'Unclaimed',
'fields' => [
'torrent_id' => 'Torrent ID',
],
];
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'global_search' => 'Global Search',
'search_keyword' => 'Keyword',
'search_area' => 'Range',
'search_area_options' => [
'0' => 'Title',
'1' => 'Description',
'3' => 'Uploader',
'4' => 'IMDB URL'
],
];
+2 -2
View File
@@ -14,7 +14,7 @@ return [
\App\Models\SearchBox::EXTRA_DISPLAY_SEED_BOX_ICON_ON_TORRENT_LIST => 'Display seed box icon on torrent list',
],
'sections' => [
'browse' => 'Torrents section',
'special' => 'Special section',
'browse' => 'Torrents',
'special' => 'Special',
],
];