From 9ed3aa52acc5386328d8869f899176727ce3b344 Mon Sep 17 00:00:00 2001 From: Pat Phongsvirajati Date: Thu, 26 Sep 2024 09:54:22 -0400 Subject: [PATCH] update keyword search tooltip --- fec/fec/static/js/legal/Filters.cjs | 2 +- fec/legal/templates/macros/legal.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.