We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4465d0 commit 9a5a74bCopy full SHA for 9a5a74b
coderd/database/queries/users.sql
@@ -81,6 +81,8 @@ WHERE
81
email LIKE concat('%', @search, '%')
82
OR username LIKE concat('%', @search, '%')
83
)
84
+ ELSE true
85
+ AND CASE
86
WHEN @status :: user_status != '' THEN (
87
status = @status
88
0 commit comments