Started with the separating of different filter fields for a generic metadata-filter component.

As of this commit, I've restructured some of how data flows and added documentation to make it easier for the next time.
This commit is contained in:
Joseph Milazzo 2025-06-08 13:53:32 -05:00
parent 60cd000af5
commit 2654ea2965
28 changed files with 230 additions and 148 deletions

View file

@ -1090,8 +1090,6 @@ public class SeriesRepository : ISeriesRepository
return query.Where(s => false);
}
// First setup any FilterField.Libraries in the statements, as these don't have any traditional query statements applied here
query = ApplyLibraryFilter(filter, query);