mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Search doesn't handle punctuation #7532
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @12xx12 on GitHub (Oct 23, 2025).
Description of the bug
I wrote a python script that parses csv files with movie names and tmdb id. When a movie contains punctuation in the title the search fails to find the movie. Same for using the webinterface search
Reproduction steps
Léon: The ProfessionalLéonin the search barWhat is the current bug behavior?
Search doesnt find movie if punctuation is included
What is the expected correct behavior?
movie is found iof the full string is copied from the libary
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.11.0
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@12xx12 commented on GitHub (Oct 23, 2025):
Might be the same as #15116
@12xx12 commented on GitHub (Oct 26, 2025):
If i replace
Léon: The ProfessionalwithLeon: The Professionalit works. So this is a duplicate of #15116