rvolz / BicBucStriim

BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Other
408 stars 73 forks source link

Stats and slices other than Books don't consider filtering #384

Closed bkqc closed 1 year ago

bkqc commented 2 years ago

I added a Tag filter to a user. When it connects, the book count is adjusted but Authors, Tags and Series are not.

bkqc commented 2 years ago

This is also true for slices (at least tags, didn't look at the others yet). I should be able to add a pull request soon.

bkqc commented 2 years ago

I now have a version that filters the stats and the slices when no search is active. I think I could create a pull request on it but I'm quite sure this has broken some tests. What is the best way to run them? My last php project was almost 20 years ago and tests were not that popular back then ;) I did most change using notepad++ directly on my NAS and opened the cloned repo in parallel in Visual Studio (as most of my work is generally in .NET). Could you help me to help you? Thanks!