Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
it('redirects malformed public search query strings to a canonical url', function (): void {
$response = $this->get('/search?amp;id=&amp;sort=&filter=&group=all&id=&page=0&page=1&q=winstep?page=1?page=1?page=1&sort=&sort=category?page=1&txtfilter=');
$response
->assertStatus(301)
->assertRedirect('/search?q=winstep');
});