UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m1s

This commit is contained in:
2026-04-08 14:23:17 +07:00
parent 9209d9fb22
commit 4706d4ea81
4 changed files with 63 additions and 6 deletions

View File

@@ -410,6 +410,7 @@ WHERE
WHERE p.user_id = u.id
AND (
p.full_name ILIKE '%' || $6::text || '%' OR
p.display_name ILIKE '%' || $6::text || '%' OR
p.phone ILIKE '%' || $6::text || '%'
)
)