mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
BTN treats ID searches as ANDs #849
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
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: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-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/Prowlarr#849
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 @PearsonFlyer on GitHub (Apr 29, 2023).
Is there an existing issue for this?
Current Behavior
When searching BTN for TV series by ID's, it fails to return any results if more than one ID number is searched at one time. For example if a TVDBID and a RAGEID are both searched, there will be no results. But if just a TVDBID or just a RAGEID are searched, there are results.
Expected Behavior
I believe the behavior should be to just use TVDBID for the ID search, even if there are multiple. But maybe there's a better approach.
Steps To Reproduce
Environment
What branch are you running?
Nightly
Trace Logs?
No results:
2023-04-28 14:54:52.9|Debug|BroadcastheNet|Downloading Feed https://api.broadcasthe.net/: getTorrents("(removed)", {"Category":"Episode","Name":"S06E04","Tvdb":"77728","Tvrage":"5175"}, 100, 0)
Results:
2023-04-28 14:54:52.9|Debug|BroadcastheNet|Downloading Feed https://api.broadcasthe.net/: getTorrents("(removed)", {"Category":"Episode","Name":"S06E04","Tvdb":"77728"}, 100, 0)
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
@bakerboy448 commented on GitHub (Apr 29, 2023):
github.com/Sonarr/Sonarr@83cee4b00e/src/NzbDrone.Core/Indexers/BroadcastheNet/BroadcastheNetRequestGenerator.cs (L201)