mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Support Searching in "Add New" for Movie Titles Delimited with .'s and _'s #7118
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#7118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @zakkarry on GitHub (Jan 31, 2023).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
As many of our movie titles we are searching for may be found somewhere with the title containing underscores ("_") or periods ("."), and copy-pasting the movie title (cropped, not containing resolution, codec, or source, obviously - ex: "The.Dark.Knight") into Radarr directly would be a more seamless experience (like that of Sonarr, where searching for "Breaking.Bad" returns the same results as "Breaking Bad") - I am requesting that functionality be implemented.
Describe the solution you'd like
Replace _'s and .'s with a space in "Add New" search term automatically, so that results are identical when search terms are delimited with the standard non-space characters used.
Describe alternatives you've considered
Mouse, Arrow keys, Backspace, Space Bar.
Anything else?
Sonarr Behavior: https://i.imgur.com/pRXnBHo.png
Radarr Behavior: https://i.imgur.com/giEXRVi.png
AB#4828
@bakerboy448 commented on GitHub (Jan 31, 2023):
Of note.
Likely best to handle on the metadata server than in-app.