mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Back out modification to setSubstringQuery()
This commit is contained in:
parent
e6574df547
commit
3fc37113ef
@ -89,7 +89,7 @@ class LuceneQuery implements KeywordSearchQuery {
|
|||||||
public void setSubstringQuery() {
|
public void setSubstringQuery() {
|
||||||
// Note that this is not a full substring search. Normally substring
|
// Note that this is not a full substring search. Normally substring
|
||||||
// searches will be done with TermComponentQuery objects instead.
|
// searches will be done with TermComponentQuery objects instead.
|
||||||
keywordStringEscaped = "*" + keywordStringEscaped + "*";
|
keywordStringEscaped = keywordStringEscaped + "*";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user