Auto full text search when no FTS matches

pull/213/head
M66B 11 months ago
parent 91ce6edf6e
commit f5a29c30f2

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