mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Add a filter to the search tabs #27
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#27
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 @teo83 on GitHub (Aug 18, 2012).
I find the search function very useful and I always use that. But server side search usually returns many uninteresting results (I guess search engines OR the words); for example if I search "The X", where X is a particular word, I usually get also "The Y" "The Z" etc. So it would be nice to have a filter field in every tab to remove (client side) the unneeded items; in the example above, i would write X in the field and I should see all the items not containing X disappear.
@vinit-agr commented on GitHub (Aug 18, 2012):
are you talking about a more generic advanced search option, like what
popular web search engines provide. i think that will be a good feature.
since not all torrent search engine can process such logical search query
results. this will need to be done locally from the set of results that
gets returned from the search providers.
take a look at google advanced search option:
https://www.google.co.in/advanced_search?q=games&hl=en&biw=1366&bih=656&prmd=imvns
On Sat, Aug 18, 2012 at 9:50 PM, teo83 notifications@github.com wrote:
@teo83 commented on GitHub (Aug 21, 2012):
That's an option but I was thinking about something simpler, like what is done in Eclipse's preference dialog, for example. A very very simple text box to filter out unneeded results, testing the filter string for containment in the torrent's title.
@dontdieych commented on GitHub (Jan 26, 2015):
I think this 'local filter for search result' feature should be implemented separately from generic search query feature.
Because all search engine responses differently with same search term.
So I think whatever we are doing on 'search query <-> search engines', there would be always unwanted results.
Moreover some search engine would not respond If I make search calls very fast. So It is safe waiting few or more seconds before narrowing down search results. And these search calls are quite expensive, i.e. long waiting time. It is awful if you don't get good results on first time.
So it would quite handy if we could get 'local filter for search results'.
Thanks.
@ngosang commented on GitHub (Jan 21, 2017):
Already implemented #3989