mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Prowlarr exact word search - not full text #1238
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#1238
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 @GuidovMal on GitHub (Oct 30, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Searching in prowlarr drives is horrible. It returns too many results even when filtered by categories. How do you use query where it only searches for the query entry. For example I'm looking for just the word 'nite'. Than it returns everything with nite in it. Like infinite, unite etc. I just want only results with the full word nite. I've tried putting it in' 'and " " but the search results always seem full text not the exact word.
Describe the solution you'd like
Please update the search to only search for the keyword entered, not everything under the sun. Use any separators you like as long as it documented on which characters to use for an exact phrase search.
I posted this on reddit and it is clear this issue is an ongoing gribe for many users.
Describe alternatives you've considered
None. Just a dedicated word search as listed above
Anything else?
None
@bakerboy448 commented on GitHub (Oct 30, 2025):
this is largely an indexer/tracker problem - their sites are returning what they're returning.
any decent site supports id search and thus not an issue.