Comment 0 for bug 880322

Revision history for this message
Koichi Akabe (vbkaisetsu) wrote :

At getListAdapter() function in src/org/tomdroid/NoteManager.java
We can find the following codes:

    where = where + "("+Note.TITLE+" LIKE '%"+string+"%' OR "+Note.NOTE_CONTENT+" LIKE '%"+string+"%')";

But this code can cause the bug in some cases of search queries.