Skip to content

Commit

Permalink
update keyword search tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
patphongs committed Sep 26, 2024
1 parent 0052fbd commit 9ed3aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fec/fec/static/js/legal/Filters.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}}
Expand Down
2 changes: 1 addition & 1 deletion fec/legal/templates/macros/legal.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="tooltip__container">
<button class="tooltip__trigger"><span class="u-visually-hidden">Learn more</span></button>
<div class="tooltip tooltip--left tooltip--under">
<p class="tooltip__content tooltip__content">Refine a keyword search by using + (and), | (or), " " (exact phrase), - (but not), to expand or limit results.</p>
<p class="tooltip__content tooltip__content">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.</p>
</div>
</div>
<div class="combo combo--search--mini no-mar-b">
Expand Down

0 comments on commit 9ed3aa5

Please sign in to comment.