diff --git a/fec/fec/static/js/legal/Filters.cjs b/fec/fec/static/js/legal/Filters.cjs index 42f2c82518..b68f560e2a 100644 --- a/fec/fec/static/js/legal/Filters.cjs +++ b/fec/fec/static/js/legal/Filters.cjs @@ -57,7 +57,7 @@ function Filters(props) { TooltipHelp={{ addTooltip: true, message: - 'Refine a keyword search by using +, |, “ ”, -, to expand or limit results.', + 'Refine a keyword search by using +, |, “ ”, -, to expand or limit results. Search returns a maximum 6 keyword matches per document.', verticalPosition: 'above', horizontalPosition: 'left' }} diff --git a/fec/legal/templates/macros/legal.jinja b/fec/legal/templates/macros/legal.jinja index dd47b571b3..96bc1986bb 100644 --- a/fec/legal/templates/macros/legal.jinja +++ b/fec/legal/templates/macros/legal.jinja @@ -4,7 +4,7 @@
-

Refine a keyword search by using + (and), | (or), " " (exact phrase), - (but not), to expand or limit results.

+

Refine a keyword search by using + (and), | (or), " " (exact phrase), - (but not), to expand or limit results. Search returns a maximum 6 keyword matches per document.