maforget / ComicRackCE

A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
GNU General Public License v2.0
295 stars 32 forks source link

Some of the Filter options not working #104

Closed Gothiclass closed 1 month ago

Gothiclass commented 1 month ago

After updating today [21/08/2024] the option to filter by volume wasn't working just shows zero books, did a quick check on the other options and found a few others.

maforget commented 1 month ago

That is due to the change Io did due to bug #103. Just didn't consider that number fields don't have access to the regex option. I will revert these changes and just fix it another way.

maforget commented 1 month ago

Note: In closer inspection, it is not that these values aren't text. They all use the field AsText, but they still use the normal Matcher. So it will show the value for VolumeAsText, but create a smart list to filter based on Volume, which it isn't a ComicBookStringMatcher, so doesn't have the regex option.