Search (local) only the rolled up post name
Posted: Wed Nov 15, 2017 8:54 pm
How do you do a local search that returns only the part01.rar post of a post set?
This may seem like a Regex question, but it isn't.
For example:
I only want to display the single part01.rar post, so there is no rollup.
If I search on \.part01\.rar I still get the rolled up post with all it's parts.
Interestingly, *.part02*.rar and *.part02\.rar return the rolled up posts, but \.part02\.rar returns nothing.
This may seem like a Regex question, but it isn't.
For example:
- abc [2/12] "abc.part01.rar" yEnc
abc [3/12] "abc.part02.rar "yEnc
abc [4/12] "abc.part03.rar" yEnc
I only want to display the single part01.rar post, so there is no rollup.
If I search on \.part01\.rar I still get the rolled up post with all it's parts.
Interestingly, *.part02*.rar and *.part02\.rar return the rolled up posts, but \.part02\.rar returns nothing.