I've tried a lot of combinations to quote the OR-part, but nothing worked so far.
I would be very happy if someone could tell me the right syntax for this.
mCursor = mDb.query(true, SQLITE_TABLE, new String[] {KEY_ROWID,
KEY_NAME, KEY_PLACE, KEY_INFO},
KEY_INFO + " like '%" + inputText + "%'" + OR KEY_PLACE + " like '%" + inputText + "%'",
null, null, null, null, null);