mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
/api/v1/search - categories & indexerIds not accepting multiple? #1190
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#1190
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 @vanhecke on GitHub (Jul 14, 2025).
Is there an existing issue for this?
Current Behavior
I'm getting errors when trying to do an API search with multiple categories or indexerIds. The docs state a comma separated list but this is not accepted.
Expected Behavior
To accept a parameter in the form of
categories=4000,5000orindxerIds=1,2Steps To Reproduce
I've tried various encodings of the parameter but no luck.
Usual response:
Environment
What branch are you running?
Master
Trace Logs?
Prowlarr.Api.V1.Search.SearchController.GetAll (Prowlarr.Api.V1)Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (Jul 14, 2025):
Try
&categories=3000&categories=4000@vanhecke commented on GitHub (Jul 15, 2025):
That actually seems to work 👍
I guess the error is just in the docs at the bottom: https://wiki.servarr.com/en/prowlarr/search