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:
parent
60cd000af5
commit
2654ea2965
28 changed files with 230 additions and 148 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue