1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

optimize chat filtering/searching

This commit is contained in:
RaidMax
2022-06-16 18:03:23 -05:00
parent 6f5db426c1
commit c2353f5bb8
10 changed files with 5072 additions and 38 deletions

View File

@ -23,7 +23,7 @@ namespace Stats.Dtos
/// <summary>
/// only look for messages sent after this date
/// </summary>
public DateTime SentAfter { get; set; } = DateTime.UtcNow.AddYears(-100);
public DateTime? SentAfter { get; set; }
/// <summary>
/// only look for messages sent before this date0