|
|
@ -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))
|
|
|
|