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

This reverts commit a2fb08e02e.
pull/213/head
M66B 1 year ago
parent a2fb08e02e
commit 4d7afd6f6b

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

Loading…
Cancel
Save