Inverts the name of the isFilledFilter function

This commit is contained in:
Vitor Pamplona
2026-01-01 21:29:20 -05:00
parent 19d66f37d4
commit 7c63d654f2
3 changed files with 15 additions and 15 deletions
@@ -327,7 +327,7 @@ class QueryBuilder(
filter: Filter,
hasher: TagNameValueHasher,
): QuerySpec? {
if (!filter.isFilledFilter()) return null
if (filter.isEmpty()) return null
val mustJoinSearch = (filter.search != null)