mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
even lower consistency
This commit is contained in:
parent
fd532e68b8
commit
8bd43eadc7
@ -204,7 +204,7 @@ public class EventDB {
|
||||
String strip = StringUtils.strip(filter.getText());
|
||||
return "((LOWER(" + MED_DESCRIPTION_COLUMN + ") LIKE LOWER('%" + strip + "%')) OR (LOWER(" // NON-NLS
|
||||
+ FULL_DESCRIPTION_COLUMN + ") LIKE LOWER('%" + strip + "%')) OR (LOWER(" // NON-NLS
|
||||
+ SHORT_DESCRIPTION_COLUMN + ") LIKE LOWER('%" + strip + "%'))"; // NON-NLS
|
||||
+ SHORT_DESCRIPTION_COLUMN + ") LIKE LOWER('%" + strip + "%')))"; // NON-NLS
|
||||
} else {
|
||||
return "1";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user