mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #1241 from karlmortensen/lower
even lower consistency
This commit is contained in:
commit
148f42faa4
@ -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