From e43570c4e91a1f50ed45636ff90df47abfd2f40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20St=C3=A4hli?= Date: Mon, 22 Jan 2024 22:23:07 +0100 Subject: [PATCH] optics --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f14cb0..ba71fef 100644 --- a/README.md +++ b/README.md @@ -138,11 +138,4 @@ The async signal processor will require you to have celery configured. ## TODO -- properly handle removal of instances -- use trigram search? -- create an index for `content` and title -- instant update index via signals (update/delete models) - - with celery? - - https://www.world-of-knives.ch/de/messershop/m-88-acier-japonais/ - - manage command: INdexEntry.objects.filter(original=None).delete() doesnt work? - check each model... +See open issues.