BACKPACK_LICENSE=YwdOWjeEczPAwy06GzkBJggW
CUBIST_INTERNAL_SEARCH=true
+CUBIST_INTERNAL_SEARCH_INDEX=pmi
ELASTICSEARCH_HOST=127.0.0.1
ELASTICSEARCH_PORT=9200
BACKPACK_LICENSE=YwdOWjeEczPAwy06GzkBJggW
CUBIST_INTERNAL_SEARCH=true
+CUBIST_INTERNAL_SEARCH_INDEX=pmi_staging
ELASTICSEARCH_HOST=127.0.0.1
ELASTICSEARCH_PORT=9200
<search-field placeholder="{{ __('Saisissez votre recherche') }}"></search-field>
-{{-- <input class="pl-2 -ml-2 py-2 font-display text-2xl flex-grow appearance-none sm:w-full xs:text-base"--}}
-{{-- type="text"--}}
-{{-- name="q"--}}
-{{-- autocomplete="off"--}}
-{{-- placeholder="{{ __('Saisissez votre recherche') }}">--}}
-
<button class="btn flex items-center py-3 px-8 font-display text-lg rounded ml-4 sm:mt-4 sm:mx-auto">
@svg('search', 'fill-current mr-2')
{{ __('Rechercher') }}
@foreach ($results as $result)
<div class="search-result py-5 @if(!$loop->last) border-b-2 border-grey-100 @endif">
- <div class="breadcrumbs">
+ <div class="breadcrumbs sm:text-sm">
@foreach ($result['breadcrumbs'] as $breadcrumb)
<div @if(!$loop->last) class="breadcrumbs-item" @endif>
<a class="breadcrumbs-link" @if ($breadcrumb->url)href="{{ $breadcrumb->url }}" @endif>
@endforeach
</div>
- <a class="text-2xl font-display mt-1 inline-block animated-underline" href="{{ $result['url'] }}">{{ $result['title'] }}</a>
+ <a class="text-2xl sm:text-xl xs:text-lg font-display mt-1 inline-block animated-underline" href="{{ $result['url'] }}">{{ $result['title'] }}</a>
</div>
@endforeach
</div>