Auto full text search when no FTS matches

This commit is contained in:
M66B
2023-08-08 18:15:54 +02:00
parent 91ce6edf6e
commit f5a29c30f2

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) {