one more optim issue

This commit is contained in:
2022-01-20 10:17:22 +11:00
parent 4b8beb766e
commit 758be89883

2
TODO
View File

@@ -1,4 +1,6 @@
## GENERAL
* optim to not run_ai_on_* for scan, needs to make sure last run_ai_on actually ran/worked - might have failed (or in my case was marked stale and I cancelled it)
* going forward into search page (and probably all POSTs) does not work - no data posted (e.g. no search term)
- okay somehow (maybe cache-control?) is causing flask to handle this and gunicorn does not!
- seems we could make the /search url be /search/term and use a GET, this would make it not run into this issue