We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3818fe2 commit 43f67dfCopy full SHA for 43f67df
resources/views/search/overview.blade.php
@@ -4,7 +4,7 @@
4
5
@section('content')
6
<div class="container">
7
- <h1 class="font-bold text-3xl">@lang('Search for'): @{{ $root.queryParams.get('q') }}</h1>
+ <h1 class="font-bold text-3xl">@lang('Search for'): <span v-text="$root.queryParams.get('q')">{{ request()->get('q') }}</span></h1>
8
<x-rapidez::listing query="{
9
bool: {
10
must: [
0 commit comments