Revert "Revert "Auto full text search when no FTS matches""

This reverts commit a2fb08e02e.
This commit is contained in:
M66B 2023-08-14 21:14:10 +02:00
parent a2fb08e02e
commit 4d7afd6f6b
1 changed files with 2 additions and 1 deletions

View File

@ -325,7 +325,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
db.endTransaction();
}
return found;
if (state.ids.size() > 0)
return found;
}
while (found < pageSize && !state.destroyed) {