refactor(search): remove NLP/smart-search feature entirely #772

Merged
marcel merged 51 commits from worktree-feat+nlp-service into main 2026-06-08 10:57:01 +02:00
Showing only changes of commit 4a23dfff8e - Show all commits

View File

@@ -37,6 +37,8 @@ test.describe('NL (smart) search — happy path', () => {
}) => {
// Deliberate delay so the loading state is assertable before the response arrives.
await page.route('**/api/search/nl', async (route) => {
const body = route.request().postDataJSON();
expect(body.lang).toBeTruthy();
await new Promise((resolve) => setTimeout(resolve, 150));
await route.fulfill({
status: 200,