parent
11205dcf72
commit
f948112e42
@ -532,7 +532,7 @@ public class AppProvider extends FDroidProvider {
|
|||||||
if (firstKeyword) {
|
if (firstKeyword) {
|
||||||
firstKeyword = false;
|
firstKeyword = false;
|
||||||
} else {
|
} else {
|
||||||
selection.append(" OR ");
|
selection.append(" AND ");
|
||||||
}
|
}
|
||||||
selection.append(column + " like ?");
|
selection.append(column + " like ?");
|
||||||
selectionKeywords[iKeyword] = keyword;
|
selectionKeywords[iKeyword] = keyword;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user