Query log - advanced filtering - Domain -> not working

In v5.x you first had to get all data and all processing worked in your local browser. For v6 we implemented server-side pagination which - so far - wasn't able to do wildcard matching. This has just been added in

Instead of the completely random wildcard matching, we decided to opt for "real" wildcards with the wildcard character *. So what you want could be achieved with *google.com (hint: It'd also match google.com itself). But our wildcard implementation goes beyond that, you can use a wildcard in any place you want: *fla*.c* will match cloudflare.com, flamewar.com and others.