partial match

Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
This commit is contained in:
Drapersniper
2019-12-18 20:57:43 +00:00
parent 85a1057af6
commit 12de5a85af

View File

@@ -139,7 +139,7 @@ WHERE
(
playlist_id = :playlist_id
OR
playlist_name = :playlist_name
LOWER(playlist_name) LIKE "%" || COALESCE(LOWER(:playlist_name), "") || "%"
)
)
;