Include text search in admin logs db query (#9274)

This commit is contained in:
DrSmugleaf
2022-06-29 09:53:58 +02:00
committed by GitHub
parent c3a164b906
commit fedd63118c
4 changed files with 7 additions and 4 deletions

View File

@@ -108,6 +108,7 @@ public sealed class AdminLogsEui : BaseEui
{
CancellationToken = _logSendCancellation.Token,
Round = request.RoundId,
Search = request.Search,
Types = request.Types,
Impacts = request.Impacts,
Before = request.Before,