mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-13 10:21:08 +01:00
Added remark
This commit is contained in:
@@ -837,6 +837,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (criteria.in_message) {
|
if (criteria.in_message) {
|
||||||
|
// This won't match <p>An <b>example</b><p> when searching for "An example"
|
||||||
if (contains(html, criteria.query, partial, true)) {
|
if (contains(html, criteria.query, partial, true)) {
|
||||||
String text = HtmlHelper.getFullText(html);
|
String text = HtmlHelper.getFullText(html);
|
||||||
if (contains(text, criteria.query, partial, false))
|
if (contains(text, criteria.query, partial, false))
|
||||||
|
|||||||
Reference in New Issue
Block a user