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 @@
Use these symbols in the main search box:
-Symbol | -Meaning | -
---|---|
| | -or | -
+ | -and | -
“ ” | -exact phrase | -
- | -but not | -
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.
Use these symbols in the main search box:
-Symbol | -Meaning | -
---|---|
| | -or | -
+ | -and | -
“ ” | -exact phrase | -
- | -but not | -