Search filters allow search everything

This commit is contained in:
Juan Gilsanz Polo 2022-10-03 22:53:35 +02:00
parent 511f86e336
commit 86b35a1f2e
5 changed files with 21 additions and 46 deletions

View file

@ -27,7 +27,7 @@ class LogsAppBar extends StatelessWidget with PreferredSizeWidget {
if (logsProvider.logsOlderThan != null) {
number++;
}
if (logsProvider.searchIpDomain != null) {
if (logsProvider.searchText != null) {
number++;
}
if (logsProvider.selectedResultStatus != 'all') {