mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-26 04:33:00 -05:00
partial match
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
This commit is contained in:
@@ -139,7 +139,7 @@ WHERE
|
||||
(
|
||||
playlist_id = :playlist_id
|
||||
OR
|
||||
playlist_name = :playlist_name
|
||||
LOWER(playlist_name) LIKE "%" || COALESCE(LOWER(:playlist_name), "") || "%"
|
||||
)
|
||||
)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user