mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
tnt search tweaked
This commit is contained in:
@@ -88,12 +88,12 @@ return [
|
||||
],
|
||||
|
||||
'tntsearch' => [
|
||||
'storage' => storage_path(), //place where the index files will be stored
|
||||
'storage' => storage_path(), // place where the index files will be stored
|
||||
'fuzziness' => env('TNTSEARCH_FUZZINESS', true),
|
||||
'fuzzy' => [
|
||||
'prefix_length' => 2,
|
||||
'max_expansions' => 500,
|
||||
'distance' => 3,
|
||||
'max_expansions' => 50,
|
||||
'distance' => 25,
|
||||
],
|
||||
'asYouType' => true,
|
||||
'searchBoolean' => env('TNTSEARCH_BOOLEAN', true),
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
background: member.data.attributes.color ? member.data.attributes.color : '',
|
||||
}"
|
||||
>
|
||||
<span :class="fontSize" class="font-extrabold uppercase dark:text-gray-400 text-gray-900">
|
||||
<span :class="fontSize" class="font-extrabold uppercase dark:text-gray-800 text-gray-900">
|
||||
{{ letter }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user