Skip to content

Commit

Permalink
Improve tooltip for tag search (jaegertracing#1799)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Resolves jaegertracing#1733
- Closes jaegertracing#1740

## Description of the changes
- Clarify that tag values with '=' sign must also be in quotes

---------

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Sep 16, 2023
1 parent 910fb63 commit 3074f2a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,10 @@ export class SearchFormImpl extends React.PureComponent {
format.
</h3>,
<ul key="info" className="SearchForm--tagsHintInfo">
<li>Use space for conjunctions</li>
<li>Values containing whitespace should be enclosed in quotes</li>
<li>Use space for AND conjunctions</li>
<li>
Values containing whitespace or equal-sign &apos=&apos should be enclosed in quotes
</li>
</ul>,
]}
content={
Expand Down

0 comments on commit 3074f2a

Please sign in to comment.