summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-19 18:04:33 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-19 18:04:33 +0100
commited0f5925de1931a13e6713d73e174a5362fc5d68 (patch)
treeb7d6e2e6db726a3cfff2358afade70da682d5e0f /README.md
parent95b944b819d7a1320d3083929177676f93d4a3e3 (diff)
database rework update (uncomplete, broken)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 879e026..5cc8773 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,7 @@ If not, just start/stop the mariadb service manually.
You can only search a parameter at a time.
This is because Rust needs to process the sql queries ahead of time
in order to make them safe to injection attacks.
+
+### SearchResults route ignored
+It's a little hard to get SearchResults to work,
+so it has been skipped for now.