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/fec/static/scss/components/_search-controls.scss b/fec/fec/static/scss/components/_search-controls.scss index 63116fb634..46143c8901 100644 --- a/fec/fec/static/scss/components/_search-controls.scss +++ b/fec/fec/static/scss/components/_search-controls.scss @@ -307,7 +307,7 @@ .keyword-modal{ .modal__tips, .modal__form { display:table-cell; - width:44%; + width:100%; } .modal__tips { margin-left: u(1rem); diff --git a/fec/home/templates/partials/legal-keyword-modal.html b/fec/home/templates/partials/legal-keyword-modal.html index f7e0df0d10..94f101caad 100644 --- a/fec/home/templates/partials/legal-keyword-modal.html +++ b/fec/home/templates/partials/legal-keyword-modal.html @@ -5,8 +5,8 @@

Find documents with...

- -
or
- -
diff --git a/fec/legal/templates/macros/legal.jinja b/fec/legal/templates/macros/legal.jinja index 43c9cfc1e2..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 +, |, “ ”, -, 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.

diff --git a/fec/legal/templates/partials/legal-keyword-modal.jinja b/fec/legal/templates/partials/legal-keyword-modal.jinja index 6d66088b18..7cc8052a52 100644 --- a/fec/legal/templates/partials/legal-keyword-modal.jinja +++ b/fec/legal/templates/partials/legal-keyword-modal.jinja @@ -5,8 +5,8 @@

Find documents with...

- - -
or
- -