feat(search): Indexe les clients pour la recherche globale
```
This commit is contained in:
Serreau Jovann
2026-01-16 12:02:17 +01:00
parent 52f5eece17
commit 4f43dc9066
7 changed files with 257 additions and 7 deletions

View File

@@ -54,7 +54,7 @@
<span class="text-slate-500 text-[10px] uppercase mr-1">{{ customer.civ }}</span>
{{ customer.surname|upper }} {{ customer.name }}
</div>
<div class="text-[10px] text-blue-400 font-medium tracking-tight">Client ID: #{{ loop.index + 100 }}</div>
<div class="text-[10px] text-blue-400 font-medium tracking-tight">Client ID: #{{ customer.id }}</div>
</div>
</div>
</td>