Bad quote replacement for indexer search #9357

Open
opened 2026-02-20 00:13:01 -05:00 by deekerman · 1 comment
Owner

Originally created by @StephaneG31 on GitHub (Feb 1, 2026).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Some file are not found during the search to the indexer caused by the removing of the quote.
Example: the French movie "Moi qui t'aimais" (in English The One I Loved) is request to the indexer with "Moi qui taimais 2025" and so the search return 0 result.

Expected Behavior

If the request will be "Moi qui t aimais 2025" the research to the indexer will be good.

Steps To Reproduce

No response

Environment

- Radarr: 6.0.4.10291

What branch are you running?

Master

Trace Logs? Not Optional

Not really relevant

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
Originally created by @StephaneG31 on GitHub (Feb 1, 2026). ### Is there an existing issue for this? - [x] I have searched the existing open and closed issues ### Current Behavior Some file are not found during the search to the indexer caused by the removing of the quote. Example: the French movie "Moi qui t'aimais" (in English The One I Loved) is request to the indexer with "Moi qui taimais 2025" and so the search return 0 result. ### Expected Behavior If the request will be "Moi qui t aimais 2025" the research to the indexer will be good. ### Steps To Reproduce _No response_ ### Environment ```markdown - Radarr: 6.0.4.10291 ``` ### What branch are you running? Master ### Trace Logs? **Not Optional** Not really relevant ### Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided. - [x] I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
Author
Owner

@StephaneG31 commented on GitHub (Feb 1, 2026):

Maybe a simple fix looks like

github.com/Radarr/Radarr@89110c2cc8/src/NzbDrone.Core/IndexerSearch/Definitions/SearchCriteriaBase.cs (L31)

to replaced by
cleanTitle = SpecialCharacter.Replace(cleanTitle, " ");

and adapt the Unit Tests

@StephaneG31 commented on GitHub (Feb 1, 2026): Maybe a simple fix looks like https://github.com/Radarr/Radarr/blob/89110c2cc8ec671d718cf34acc845f66d475a427/src/NzbDrone.Core/IndexerSearch/Definitions/SearchCriteriaBase.cs#L31 to replaced by ` cleanTitle = SpecialCharacter.Replace(cleanTitle, " ");` and adapt the Unit Tests
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#9357
No description provided.