feat: user search

This commit is contained in:
Calum H. (IMB11)
2026-06-03 18:25:13 +01:00
parent a0c80b13a4
commit 8d2f2dbd11
5 changed files with 202 additions and 2 deletions
@@ -0,0 +1,2 @@
CREATE INDEX users_lowercase_username_pattern
ON users (LOWER(username) text_pattern_ops);