Bj-Share - Review Row Filtering
bakerboy448 opened this issue · 2 comments
bakerboy448 commented
Indexers/definitions/v7/bjshare.yml
Lines 79 to 80 in 01223ec
rows:
# If the category is a TV show/Anime, there's a necessity to filter the results by season/episode to not show all of them
selector: "table.torrent_table > tbody > tr:not(tr.colhead).group,
table.torrent_table tbody tr:not(tr.colhead):contains('{{ .Query.Episode }}')"
filters:
- name: andmatch
@mynameisbogdan - should this not filter by season as well for season pack searches?
mynameisbogdan commented
I don't have an account to really know, but I think table.torrent_table > tbody > tr:not(tr.colhead).group
should be okay for seasons, no?
We'll need an account for testing to be certain.
bakerboy448 commented
ah yeah and for posterity
.Query.Episode # EpisodeSearchString, such as S00E00 or S00 or yyyy.MM.dd
is fine as it's the Search String