tnt search tweaked

This commit is contained in:
Čarodej
2022-04-07 15:04:31 +02:00
parent 03d78937dc
commit 85d4f535eb
2 changed files with 4 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ return [
'fuzziness' => env('TNTSEARCH_FUZZINESS', true), 'fuzziness' => env('TNTSEARCH_FUZZINESS', true),
'fuzzy' => [ 'fuzzy' => [
'prefix_length' => 2, 'prefix_length' => 2,
'max_expansions' => 500, 'max_expansions' => 50,
'distance' => 3, 'distance' => 25,
], ],
'asYouType' => true, 'asYouType' => true,
'searchBoolean' => env('TNTSEARCH_BOOLEAN', true), 'searchBoolean' => env('TNTSEARCH_BOOLEAN', true),

View File

@@ -28,7 +28,7 @@
background: member.data.attributes.color ? member.data.attributes.color : '', 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 }} {{ letter }}
</span> </span>
</div> </div>