mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
meilisearch search descr field configurable
This commit is contained in:
@@ -95,6 +95,8 @@ return [
|
||||
'maximum_upload_speed_help' => 'A single torrent upload speed exceeding this value is instantly disabled for the account, in Mbps. For example: 100 Mbps = 12.5 MB/s',
|
||||
'meilisearch_enabled' => 'Whether to enable Meilisearch',
|
||||
'meilisearch_enabled_help' => 'Please install and configure it and import the data before enabling it, otherwise there is no data for torrent search.',
|
||||
'meilisearch_search_description' => 'Meilisearch whether to search for descriptions',
|
||||
'meilisearch_search_description_help' => "Default: 'No'. If 'Yes', description containing keywords will also be returned, and the number of hits may be higher. Need to re-import immediately after change",
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
|
||||
@@ -94,7 +94,9 @@ return [
|
||||
'maximum_upload_speed' => '最大上传速度',
|
||||
'maximum_upload_speed_help' => '单种上传速度超过此值账号即刻禁用,单位 Mbps。如:100 Mbps = 12.5 MB/s',
|
||||
'meilisearch_enabled' => '是否启用 Meilisearch',
|
||||
'meilisearch_enabled_help' => '请先安装配置好并导入数据再启用,否则种子搜索无数据。',
|
||||
'meilisearch_enabled_help' => '请先安装配置好并导入数据再启用,否则种子搜索无数据',
|
||||
'meilisearch_search_description' => 'Meilisearch 是否搜索描述',
|
||||
'meilisearch_search_description_help' => "默认:'否'。若为'是',描述中包含关键字也会返回,命中的结果可能较多。修改后需立即重新导入",
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
|
||||
@@ -94,6 +94,8 @@ return [
|
||||
'maximum_upload_speed_help' => '單種上傳速度超過此值賬號即刻禁用,單位 Mbps。如:100 Mbps = 12.5 MB/s',
|
||||
'meilisearch_enabled' => '是否啟用 Meilisearch',
|
||||
'meilisearch_enabled_help' => '請先安裝配置好並導入數據再啟用,否則種子搜索無數據。',
|
||||
'meilisearch_search_description' => 'Meilisearch 是否搜索描述',
|
||||
'meilisearch_search_description_help' => "默認:'否'。若為'是',描述中包含關鍵字也會返回,命中的結果可能較多。修改後需立即重新導入",
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
|
||||
Reference in New Issue
Block a user