Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ability To Filter Search Results Using RegEx #735

Open
1 task done
HarryMuscle opened this issue Dec 28, 2021 · 3 comments
Open
1 task done

Add Ability To Filter Search Results Using RegEx #735

HarryMuscle opened this issue Dec 28, 2021 · 3 comments
Labels
Status: Needs Triage New Issue needing triage Type: Feature Request Issue is a feature request.

Comments

@HarryMuscle
Copy link

HarryMuscle commented Dec 28, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe

N/A

Describe the solution you'd like

It would be really useful to have the ability to filter search results using regex expressions when doing manual searches inside Prowlarr. While many searches are performed via other apps that offer regex filtering support, those apps are specialized to things like movies, TV shows, etc. There seems to be no solution for performing regex filtering for general torrent searches.

Describe alternatives you've considered

N/A

Anything else?

N/A

AB#2278

@ldexterldesign
Copy link

ldexterldesign commented Jan 14, 2023

👋

Rather than create a new issue, I will add a useful first step here would be facilitating full use of browser "find in page" (FIP), like Sonarr does. Currently, instead of using FIP on all results, users are only able to search results visible on the screen (i.e. whatever has been paginated by infinite scroll). IMO this basically renders FIP useless.

Hope this helps

Regards

@dufferzafar
Copy link

The reason Sonarr is able to get Find in page working is because it is not using a virtualized react table for results.

While Prowlarr uses a virtualized table so, the rows are only added to dom when they're visible. This won't work with FIP.

The UI needs to have a filter input bar that works similar to adding a Custom Filter but should be quicker.

This is one feature that keeps making me go back to Jackett!

@Sonny-Crockett
Copy link

Would love to see this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage New Issue needing triage Type: Feature Request Issue is a feature request.
Projects
None yet
Development

No branches or pull requests

4 participants